Uses of Class
com.ibm.icu.text.CompactDecimalFormat.CompactStyle
-
Packages that use CompactDecimalFormat.CompactStyle Package Description com.ibm.icu.text -
-
Uses of CompactDecimalFormat.CompactStyle in com.ibm.icu.text
Methods in com.ibm.icu.text that return CompactDecimalFormat.CompactStyle Modifier and Type Method Description static CompactDecimalFormat.CompactStyleCompactDecimalFormat.CompactStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static CompactDecimalFormat.CompactStyle[]CompactDecimalFormat.CompactStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.text with parameters of type CompactDecimalFormat.CompactStyle Modifier and Type Method Description static CompactDecimalFormatCompactDecimalFormat. getInstance(ULocale locale, CompactDecimalFormat.CompactStyle style)NOTE: New users are strongly encouraged to useNumberFormatterinstead of NumberFormat.static CompactDecimalFormatCompactDecimalFormat. getInstance(Locale locale, CompactDecimalFormat.CompactStyle style)NOTE: New users are strongly encouraged to useNumberFormatterinstead of NumberFormat.
-