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
static UResourceBundle UResourceBundle.getBundleInstance(String baseName, String localeName)
          Deprecated. This is a draft API and might change in a future release of ICU.
static UResourceBundle UResourceBundle.getBundleInstance(String baseName, String localeName, ClassLoader root)
          Deprecated. This is a draft API and might change in a future release of ICU.
protected static UResourceBundle UResourceBundle.getBundleInstance(String baseName, String localeName, ClassLoader root, boolean disableFallback)
          Deprecated. This is a draft API and might change in a future release of ICU.
static UResourceBundle UResourceBundle.getBundleInstance(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static UResourceBundle UResourceBundle.getBundleInstance(String baseName)
          Deprecated. This is a draft API and might change in a future release of ICU.
static UResourceBundle UResourceBundle.getBundleInstance(String baseName, Locale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static UResourceBundle UResourceBundle.getBundleInstance(String baseName, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
protected abstract  UResourceBundle UResourceBundle.getParent()
          Deprecated. This is a draft API and might change in a future release of ICU.
protected static UResourceBundle UResourceBundle.instantiateBundle(String baseName, String localeName, ClassLoader root, boolean disableFallback)
          Deprecated. This is a draft API and might change in a future release of ICU.
protected static UResourceBundle UResourceBundle.instantiateICUResource(String baseName, String localeID, ClassLoader root)
          Deprecated. This is a draft API and might change in a future release of ICU.
 



Copyright (c) 2004 IBM Corporation and others.