-
public class DecimalFormatValueFormatter.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringDEF_FORMATpublic final static DecimalFormatValueFormatter.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final DecimalFormatgetDecimalFormat(String pattern, RoundingMode roundingMode)Creates a DecimalFormat using the provided pattern and rounding mode. final StringgetDEF_FORMAT()The default pattern for the DecimalFormat. -
-
Method Detail
-
getDecimalFormat
final DecimalFormat getDecimalFormat(String pattern, RoundingMode roundingMode)
Creates a DecimalFormat using the provided pattern and rounding mode.
-
getDEF_FORMAT
final String getDEF_FORMAT()
The default pattern for the DecimalFormat.
-
-
-
-