Uses of Enum
com.ibm.icu.util.UResourceBundle.RootType
Packages that use UResourceBundle.RootType
-
Uses of UResourceBundle.RootType in com.ibm.icu.util
Subclasses with type arguments of type UResourceBundle.RootType in com.ibm.icu.utilFields in com.ibm.icu.util with type parameters of type UResourceBundle.RootTypeModifier and TypeFieldDescriptionprivate static Map<String, UResourceBundle.RootType> UResourceBundle.ROOT_CACHEMethods in com.ibm.icu.util that return UResourceBundle.RootTypeModifier and TypeMethodDescriptionprivate static UResourceBundle.RootTypeUResourceBundle.getRootType(String baseName, ClassLoader root) static UResourceBundle.RootTypeReturns 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 voidUResourceBundle.setRootType(String baseName, UResourceBundle.RootType rootType)