Package | Description |
---|---|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Method | Description |
---|---|---|
protected 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 |
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(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 bundle
|
protected 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.
|
UResourceBundle |
UResourceBundleIterator.next() |
Returns the next element of this iterator if this iterator object has at least one more element to provide
|
Modifier and Type | Method | Description |
---|---|---|
protected 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.
|
Constructor | Description |
---|---|
UResourceBundleIterator(UResourceBundle bndl) |
Construct a resource bundle iterator for the
given resource bundle
|
Copyright © 2016 Unicode, Inc. and others.