Package com.ibm.icu.impl.units
Class UnitsData.Categories
java.lang.Object
com.ibm.icu.impl.units.UnitsData.Categories
- Enclosing class:
UnitsData
-
Field Summary
FieldsModifier and TypeFieldDescriptionMaps from base unit to an index value: an index into the indexToCategory array.(package private) static String[]
Our official array of category strings - categories are identified by indeces into this array. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
baseUnitToIndex
Maps from base unit to an index value: an index into the indexToCategory array. -
indexToCategory
Our official array of category strings - categories are identified by indeces into this array.
-
-
Constructor Details
-
Categories
public Categories()
-