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