Uses of Enum
com.ibm.icu.util.UResourceBundle.RootType
Packages that use UResourceBundle.RootType
-
Uses of UResourceBundle.RootType in com.ibm.icu.util
Fields in com.ibm.icu.util with type parameters of type UResourceBundle.RootTypeModifier and TypeFieldDescriptionprivate static Map
<String, UResourceBundle.RootType> UResourceBundle.ROOT_CACHE
Methods in com.ibm.icu.util that return UResourceBundle.RootTypeModifier and TypeMethodDescriptionprivate static UResourceBundle.RootType
UResourceBundle.getRootType
(String baseName, ClassLoader root) static UResourceBundle.RootType
Returns the enum constant of this type with the specified name.static UResourceBundle.RootType[]
UResourceBundle.RootType.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 UResourceBundle.RootTypeModifier and TypeMethodDescriptionprivate static void
UResourceBundle.setRootType
(String baseName, UResourceBundle.RootType rootType)