Package com.ibm.icu.impl.locale
Class KeyTypeData.KeyData
java.lang.Object
com.ibm.icu.impl.locale.KeyTypeData.KeyData
- Enclosing class:
- KeyTypeData
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) String
(package private) String
(package private) EnumSet<KeyTypeData.SpecialType>
(package private) Map<String,
KeyTypeData.Type> -
Constructor Summary
ConstructorsConstructorDescriptionKeyData
(String legacyId, String bcpId, Map<String, KeyTypeData.Type> typeMap, EnumSet<KeyTypeData.SpecialType> specialTypes) -
Method Summary
-
Field Details
-
legacyId
String legacyId -
bcpId
String bcpId -
typeMap
Map<String,KeyTypeData.Type> typeMap -
specialTypes
EnumSet<KeyTypeData.SpecialType> specialTypes
-
-
Constructor Details
-
KeyData
KeyData(String legacyId, String bcpId, Map<String, KeyTypeData.Type> typeMap, EnumSet<KeyTypeData.SpecialType> specialTypes)
-