Uses of Class
com.ibm.icu.impl.units.MeasureUnitImpl.CompoundPart
-
Packages that use MeasureUnitImpl.CompoundPart Package Description com.ibm.icu.impl.units -
-
Uses of MeasureUnitImpl.CompoundPart in com.ibm.icu.impl.units
Methods in com.ibm.icu.impl.units that return MeasureUnitImpl.CompoundPart Modifier and Type Method Description static MeasureUnitImpl.CompoundPart
MeasureUnitImpl.CompoundPart. getCompoundPartFromTrieIndex(int trieIndex)
static MeasureUnitImpl.CompoundPart
MeasureUnitImpl.CompoundPart. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MeasureUnitImpl.CompoundPart[]
MeasureUnitImpl.CompoundPart. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-