Class KeyTypeData.SpecialTypeHandler

java.lang.Object
com.ibm.icu.impl.locale.KeyTypeData.SpecialTypeHandler
Direct Known Subclasses:
KeyTypeData.CodepointsTypeHandler, KeyTypeData.PrivateUseKeyValueTypeHandler, KeyTypeData.ReorderCodeTypeHandler, KeyTypeData.RgKeyValueTypeHandler, KeyTypeData.ScriptCodeTypeHandler, KeyTypeData.SubdivisionKeyValueTypeHandler
Enclosing class:
KeyTypeData

private abstract static class KeyTypeData.SpecialTypeHandler extends Object
  • Constructor Details

    • SpecialTypeHandler

      private SpecialTypeHandler()
  • Method Details

    • isWellFormed

      abstract boolean isWellFormed(String value)
    • canonicalize

      String canonicalize(String value)