Uses of Class
com.ibm.icu.impl.locale.LocaleValidityChecker.SpecialCase
-
Packages that use LocaleValidityChecker.SpecialCase Package Description com.ibm.icu.impl.locale -
-
Uses of LocaleValidityChecker.SpecialCase in com.ibm.icu.impl.locale
Methods in com.ibm.icu.impl.locale that return LocaleValidityChecker.SpecialCase Modifier and Type Method Description (package private) static LocaleValidityChecker.SpecialCase
LocaleValidityChecker.SpecialCase. get(java.lang.String key)
static LocaleValidityChecker.SpecialCase
LocaleValidityChecker.SpecialCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LocaleValidityChecker.SpecialCase[]
LocaleValidityChecker.SpecialCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-