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 UResourceBundle
UResourceBundle.findTopLevel
(int index) Deprecated.This API is ICU internal only.protected UResourceBundle
UResourceBundle.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 UResourceBundle
UResourceBundle.getBundleInstance
(ULocale locale) Creates a UResourceBundle for the locale specified, from which users can extract resources by using their corresponding keys.static UResourceBundle
UResourceBundle.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 UResourceBundle
UResourceBundle.getBundleInstance
(String baseName, ULocale locale) Creates a UResourceBundle, from which users can extract resources by using their corresponding keys.static UResourceBundle
UResourceBundle.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 UResourceBundle
UResourceBundle.getBundleInstance
(String baseName, String localeName) Creates a resource bundle using the specified base name and locale.static UResourceBundle
UResourceBundle.getBundleInstance
(String baseName, String localeName, ClassLoader root) Creates a resource bundle using the specified base name, locale, and class root.protected static UResourceBundle
UResourceBundle.getBundleInstance
(String baseName, String localeName, ClassLoader root, boolean disableFallback) Creates a resource bundle using the specified base name, locale, and class root.static UResourceBundle
UResourceBundle.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 UResourceBundle
UResourceBundle.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 UResourceBundle
UResourceBundle.getParent()
Returns the parent bundleprotected UResourceBundle
UResourceBundle.handleGet
(int index, HashMap<String, String> aliasesVisited, UResourceBundle requested) Actual worker method for fetching a resource based on the given index.protected UResourceBundle
UResourceBundle.handleGet
(String aKey, HashMap<String, String> aliasesVisited, UResourceBundle requested) Actual worker method for fetching a resource based on the given key.protected static UResourceBundle
UResourceBundle.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 UResourceBundle
UResourceBundle.handleGet
(int index, HashMap<String, String> aliasesVisited, UResourceBundle requested) Actual worker method for fetching a resource based on the given index.protected UResourceBundle
UResourceBundle.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