Uses of Class
com.ibm.icu.text.CompactDecimalFormat.CompactStyle
-
Packages that use CompactDecimalFormat.CompactStyle Package Description com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
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.CompactStyle
CompactDecimalFormat.CompactStyle. valueOf(java.lang.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 CompactDecimalFormat
CompactDecimalFormat. getInstance(ULocale locale, CompactDecimalFormat.CompactStyle style)
NOTE: New users are strongly encouraged to useNumberFormatter
instead of NumberFormat.static CompactDecimalFormat
CompactDecimalFormat. getInstance(java.util.Locale locale, CompactDecimalFormat.CompactStyle style)
NOTE: New users are strongly encouraged to useNumberFormatter
instead of NumberFormat.
-