Class PaddingDecimalFormat

java.lang.Object
java.text.Format
java.text.NumberFormat
java.text.DecimalFormat
org.apache.pulsar.testclient.utils.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 minimumLength 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