|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NumberFormat.CompactStyle | |
|---|---|
| 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 NumberFormat.CompactStyle in com.ibm.icu.text |
|---|
| Methods in com.ibm.icu.text that return NumberFormat.CompactStyle | |
|---|---|
static NumberFormat.CompactStyle |
NumberFormat.CompactStyle.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NumberFormat.CompactStyle[] |
NumberFormat.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 NumberFormat.CompactStyle | |
|---|---|
static CompactDecimalFormat |
NumberFormat.getCompactDecimalInstance(Locale locale,
NumberFormat.CompactStyle style)
Create a CompactDecimalFormat appropriate for a locale. |
static CompactDecimalFormat |
NumberFormat.getCompactDecimalInstance(ULocale locale,
NumberFormat.CompactStyle style)
Create a CompactDecimalFormat appropriate for a locale. |
| Constructors in com.ibm.icu.text with parameters of type NumberFormat.CompactStyle | |
|---|---|
CompactDecimalFormat(String pattern,
DecimalFormatSymbols formatSymbols,
String[] prefix,
String[] suffix,
long[] divisor,
Collection<String> debugCreationErrors,
NumberFormat.CompactStyle style,
String[] currencyAffixes)
Create a short number "from scratch". |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||