Uses of Enum
com.ibm.icu.util.ULocale.AvailableType
Packages that use ULocale.AvailableType
-
Uses of ULocale.AvailableType in com.ibm.icu.util
Subclasses with type arguments of type ULocale.AvailableType in com.ibm.icu.utilModifier and TypeClassDescriptionstatic enumMethods in com.ibm.icu.util that return ULocale.AvailableTypeModifier and TypeMethodDescriptionstatic ULocale.AvailableTypeReturns the enum constant of this type with the specified name.static ULocale.AvailableType[]ULocale.AvailableType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.util with parameters of type ULocale.AvailableTypeModifier and TypeMethodDescriptionstatic Collection<ULocale> ULocale.getAvailableLocalesByType(ULocale.AvailableType type) Returns a list of all installed locales according to the specified type.