Uses of Class
com.ibm.icu.util.UResourceBundle

Packages that use UResourceBundle
com.ibm.icu.util International calendars and other utility classes. 
 

Uses of UResourceBundle in com.ibm.icu.util
 

Methods in com.ibm.icu.util that return UResourceBundle
 UResourceBundle UResourceBundle.get(int index)
          Returns the resource in a given resource at the specified index.
 UResourceBundle UResourceBundle.get(String aKey)
          Returns a resource in a given resource that has a given key.
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, 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.
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, 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.
static UResourceBundle UResourceBundle.getBundleInstance(ULocale locale)
          Creates a UResourceBundle for the locale specified, from which users can extract resources by using their corresponding keys.
protected abstract  UResourceBundle UResourceBundle.getParent()
          Gets the parent bundle
protected  UResourceBundle UResourceBundle.handleGet(int index, HashMap table, UResourceBundle requested)
          Actual worker method for fetching a resource based on the given index.
protected  UResourceBundle UResourceBundle.handleGet(String aKey, HashMap table, 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 give base name, locale and class loader.
protected static UResourceBundle UResourceBundle.loadFromCache(ClassLoader cl, String fullName, ULocale defaultLocale)
          Deprecated. This API is ICU internal only.
 UResourceBundle UResourceBundleIterator.next()
          Returns the next element of this iterator if this iterator object has at least one more element to provide
 

Methods in com.ibm.icu.util with parameters of type UResourceBundle
protected static void UResourceBundle.addToCache(ClassLoader cl, String fullName, ULocale defaultLocale, UResourceBundle b)
          Deprecated. This API is ICU internal only.
protected  UResourceBundle UResourceBundle.handleGet(int index, HashMap table, UResourceBundle requested)
          Actual worker method for fetching a resource based on the given index.
protected  UResourceBundle UResourceBundle.handleGet(String aKey, HashMap table, UResourceBundle requested)
          Actual worker method for fetching a resource based on the given key.
 

Constructors in com.ibm.icu.util with parameters of type UResourceBundle
UResourceBundleIterator(UResourceBundle bndl)
          Construct a resource bundle iterator for the given resource bundle
 



Copyright (c) 2009 IBM Corporation and others.