Uses of Class
com.vladsch.flexmark.util.format.NumberFormat
-
Packages that use NumberFormat Package Description com.vladsch.flexmark.util.format -
-
Uses of NumberFormat in com.vladsch.flexmark.util.format
Methods in com.vladsch.flexmark.util.format that return NumberFormat Modifier and Type Method Description static NumberFormatNumberFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static NumberFormat[]NumberFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vladsch.flexmark.util.format with parameters of type NumberFormat Modifier and Type Method Description static StringNumberFormat. getFormat(NumberFormat format, int count)Constructors in com.vladsch.flexmark.util.format with parameters of type NumberFormat Constructor Description FormattedCounter(NumberFormat format, Boolean lowercase, String delimiter)
-