Uses of Class
com.ibm.icu.impl.locale.KeyTypeData.ValueType
-
Packages that use KeyTypeData.ValueType Package Description com.ibm.icu.impl.locale -
-
Uses of KeyTypeData.ValueType in com.ibm.icu.impl.locale
Fields in com.ibm.icu.impl.locale with type parameters of type KeyTypeData.ValueType Modifier and Type Field Description (package private) static java.util.Map<java.lang.String,KeyTypeData.ValueType>
KeyTypeData. VALUE_TYPES
Methods in com.ibm.icu.impl.locale that return KeyTypeData.ValueType Modifier and Type Method Description static KeyTypeData.ValueType
KeyTypeData. getValueType(java.lang.String key)
static KeyTypeData.ValueType
KeyTypeData.ValueType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static KeyTypeData.ValueType[]
KeyTypeData.ValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-