Class PaddingDecimalFormat

java.lang.Object
java.text.Format
java.text.NumberFormat
java.text.DecimalFormat
org.apache.activemq.artemis.cli.commands.messages.perf.PaddingDecimalFormat
All Implemented Interfaces:
Serializable, Cloneable

public class PaddingDecimalFormat extends DecimalFormat
See Also:
  • Constructor Details

    • PaddingDecimalFormat

      public PaddingDecimalFormat(String pattern, int minLength)
      Creates a PaddingDecimalFormat using the given pattern and minimum minLength and the symbols for the default locale.
    • PaddingDecimalFormat

      public PaddingDecimalFormat(String pattern, DecimalFormatSymbols symbols, int minLength)
      Creates a PaddingDecimalFormat using the given pattern, symbols and minimum minimumLength.
  • Method Details