Uses of Class
com.ibm.icu.util.ULocale.AvailableType
-
Packages that use ULocale.AvailableType Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of ULocale.AvailableType in com.ibm.icu.util
Methods in com.ibm.icu.util that return ULocale.AvailableType Modifier and Type Method Description static ULocale.AvailableType
ULocale.AvailableType. valueOf(java.lang.String name)
Returns 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.AvailableType Modifier and Type Method Description static java.util.Collection<ULocale>
ULocale. getAvailableLocalesByType(ULocale.AvailableType type)
Returns a list of all installed locales according to the specified type.
-