Uses of Class
com.ibm.icu.util.UResourceBundle.RootType
-
Packages that use UResourceBundle.RootType Package Description com.ibm.icu.util -
-
Uses of UResourceBundle.RootType in com.ibm.icu.util
Fields in com.ibm.icu.util with type parameters of type UResourceBundle.RootType Modifier and Type Field Description private static java.util.Map<java.lang.String,UResourceBundle.RootType>
UResourceBundle. ROOT_CACHE
Methods in com.ibm.icu.util that return UResourceBundle.RootType Modifier and Type Method Description private static UResourceBundle.RootType
UResourceBundle. getRootType(java.lang.String baseName, java.lang.ClassLoader root)
static UResourceBundle.RootType
UResourceBundle.RootType. valueOf(java.lang.String name)
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.RootType Modifier and Type Method Description private static void
UResourceBundle. setRootType(java.lang.String baseName, UResourceBundle.RootType rootType)
-