Package | Description |
---|---|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Method and 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)
[icu] Returns the resource in a given resource at the specified index.
|
UResourceBundle |
UResourceBundle.get(String aKey)
[icu] Returns a resource in a given resource that has a given key.
|
static UResourceBundle |
UResourceBundle.getBundleInstance(String baseName)
[icu] 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)
[icu] 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)
[icu] 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)
[icu] Creates a resource bundle using the specified base name and locale.
|
static UResourceBundle |
UResourceBundle.getBundleInstance(String baseName,
String localeName,
ClassLoader root)
[icu] 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)
[icu] Creates a resource bundle using the specified base name, locale, and class
root.
|
static UResourceBundle |
UResourceBundle.getBundleInstance(String baseName,
ULocale locale)
[icu] Creates a UResourceBundle, from which users can extract resources by using
their corresponding keys.
|
static UResourceBundle |
UResourceBundle.getBundleInstance(String baseName,
ULocale locale,
ClassLoader loader)
[icu] Creates a UResourceBundle, from which users can extract resources by using
their corresponding keys.
|
static UResourceBundle |
UResourceBundle.getBundleInstance(ULocale locale)
[icu] Creates a UResourceBundle for the locale specified, from which users can extract
resources by using their corresponding keys.
|
protected abstract UResourceBundle |
UResourceBundle.getParent()
[icu] Returns the parent bundle
|
protected UResourceBundle |
UResourceBundle.handleGet(int index,
HashMap<String,String> aliasesVisited,
UResourceBundle requested)
[icu] Actual worker method for fetching a resource based on the given index.
|
protected UResourceBundle |
UResourceBundle.handleGet(String aKey,
HashMap<String,String> aliasesVisited,
UResourceBundle requested)
[icu] 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)
[icu] 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 and Description |
---|---|
protected UResourceBundle |
UResourceBundle.handleGet(int index,
HashMap<String,String> aliasesVisited,
UResourceBundle requested)
[icu] Actual worker method for fetching a resource based on the given index.
|
protected UResourceBundle |
UResourceBundle.handleGet(String aKey,
HashMap<String,String> aliasesVisited,
UResourceBundle requested)
[icu] Actual worker method for fetching a resource based on the given key.
|
Constructor and Description |
---|
UResourceBundleIterator(UResourceBundle bndl)
Construct a resource bundle iterator for the
given resource bundle
|
Copyright © 2016 Unicode, Inc. and others.