Uses of Class
com.ibm.icu.util.NounClass
-
Packages that use NounClass 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.util International calendars and other utility classes. -
-
Uses of NounClass in com.ibm.icu.number
Methods in com.ibm.icu.number that return NounClass Modifier and Type Method Description NounClass
FormattedNumber. getNounClass()
Gets the noun class of the formatted output. -
Uses of NounClass in com.ibm.icu.util
Methods in com.ibm.icu.util that return NounClass Modifier and Type Method Description static NounClass
NounClass. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NounClass[]
NounClass. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-