Uses of Class
com.ibm.icu.util.UResourceBundle
Packages that use UResourceBundle
-
Uses of UResourceBundle in com.ibm.icu.util
Methods in com.ibm.icu.util that return UResourceBundleModifier and TypeMethodDescriptionprotected UResourceBundleUResourceBundle.findTopLevel(int index) Deprecated.This API is ICU internal only.protected UResourceBundleUResourceBundle.findTopLevel(String aKey) Deprecated.This API is ICU internal only.UResourceBundle.get(int index) Returns the resource in a given resource at the specified index.Returns a resource in a given resource that has a given key.static UResourceBundleUResourceBundle.getBundleInstance(ULocale locale) Creates a UResourceBundle for the locale specified, from which users can extract resources by using their corresponding keys.static UResourceBundleUResourceBundle.getBundleInstance(String baseName) Creates a UResourceBundle for the default locale and specified base name, from which users can extract resources by using their corresponding keys.static UResourceBundleUResourceBundle.getBundleInstance(String baseName, ULocale locale) Creates a UResourceBundle, from which users can extract resources by using their corresponding keys.static UResourceBundleUResourceBundle.getBundleInstance(String baseName, ULocale locale, ClassLoader loader) Creates a UResourceBundle, from which users can extract resources by using their corresponding keys.
Note: Please use this API for loading non-ICU resources.static UResourceBundleUResourceBundle.getBundleInstance(String baseName, String localeName) Creates a resource bundle using the specified base name and locale.static UResourceBundleUResourceBundle.getBundleInstance(String baseName, String localeName, ClassLoader root) Creates a resource bundle using the specified base name, locale, and class root.protected static UResourceBundleUResourceBundle.getBundleInstance(String baseName, String localeName, ClassLoader root, boolean disableFallback) Creates a resource bundle using the specified base name, locale, and class root.static UResourceBundleUResourceBundle.getBundleInstance(String baseName, Locale locale) Creates a UResourceBundle for the specified locale and specified base name, from which users can extract resources by using their corresponding keys.static UResourceBundleUResourceBundle.getBundleInstance(String baseName, Locale locale, ClassLoader loader) Creates a UResourceBundle for the specified locale and specified base name, from which users can extract resources by using their corresponding keys.protected abstract UResourceBundleUResourceBundle.getParent()Returns the parent bundleprotected UResourceBundleUResourceBundle.handleGet(int index, HashMap<String, String> aliasesVisited, UResourceBundle requested) Actual worker method for fetching a resource based on the given index.protected UResourceBundleUResourceBundle.handleGet(String aKey, HashMap<String, String> aliasesVisited, UResourceBundle requested) Actual worker method for fetching a resource based on the given key.protected static UResourceBundleUResourceBundle.instantiateBundle(String baseName, String localeName, ClassLoader root, boolean disableFallback) Loads a new resource bundle for the given base name, locale and class loader.UResourceBundleIterator.next()Returns the next element of this iterator if this iterator object has at least one more element to provideMethods in com.ibm.icu.util with parameters of type UResourceBundleModifier and TypeMethodDescriptionprotected UResourceBundleUResourceBundle.handleGet(int index, HashMap<String, String> aliasesVisited, UResourceBundle requested) Actual worker method for fetching a resource based on the given index.protected UResourceBundleUResourceBundle.handleGet(String aKey, HashMap<String, String> aliasesVisited, UResourceBundle requested) Actual worker method for fetching a resource based on the given key.Constructors in com.ibm.icu.util with parameters of type UResourceBundleModifierConstructorDescriptionConstruct a resource bundle iterator for the given resource bundle