Package | Description |
---|---|
com.ibm.icu.number |
Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DisplayOptions.NounClass |
FormattedNumber.getNounClass()
Gets the noun class of the formatted output.
|
Modifier and Type | Field and Description |
---|---|
static List<DisplayOptions.NounClass> |
DisplayOptions.NounClass.VALUES
Unmodifiable List of all noun classes constants.
|
Modifier and Type | Method and Description |
---|---|
static DisplayOptions.NounClass |
DisplayOptions.NounClass.fromIdentifier(String identifier) |
DisplayOptions.NounClass |
DisplayOptions.getNounClass()
Gets the noun class.
|
static DisplayOptions.NounClass |
DisplayOptions.NounClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisplayOptions.NounClass[] |
DisplayOptions.NounClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DisplayOptions.Builder |
DisplayOptions.Builder.setNounClass(DisplayOptions.NounClass nounClass)
Sets the noun class.
|
Copyright © 2016 Unicode, Inc. and others.