Uses of Enum
com.ibm.icu.text.CompactDecimalFormat.CompactStyle
Packages that use CompactDecimalFormat.CompactStyle
Package
Description
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.CompactStyleModifier and TypeMethodDescriptionReturns 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.CompactStyleModifier and TypeMethodDescriptionstatic CompactDecimalFormat
CompactDecimalFormat.getInstance
(ULocale locale, CompactDecimalFormat.CompactStyle style) NOTE: New users are strongly encouraged to useNumberFormatter
instead of NumberFormat.static CompactDecimalFormat
CompactDecimalFormat.getInstance
(Locale locale, CompactDecimalFormat.CompactStyle style) NOTE: New users are strongly encouraged to useNumberFormatter
instead of NumberFormat.