| Package | Description |
|---|---|
| java.util |
Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array).
|
| java.util.spi |
Service provider classes for the classes in the java.util package.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceBundle |
ResourceBundle.Control.getControl(List
|
static ResourceBundle |
ResourceBundle.Control.getNoFallbackControl(List
Returns a
ResourceBundle.Control in which the
getFormats method returns the specified
formats and the
getFallbackLocale method returns
null.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceBundle |
ResourceBundle.getBundle(String
Returns a resource bundle using the specified base name, target locale, class loader and control.
|
static ResourceBundle |
ResourceBundle.getBundle(String
Returns a resource bundle using the specified base name, target locale and control, and the caller's class loader.
|
static ResourceBundle |
ResourceBundle.getBundle(String
Returns a resource bundle using the specified base name, the default locale and the specified control.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceBundle |
ResourceBundleControlProvider.getControl(String
Returns a
ResourceBundle.Control instance that is used to handle resource bundle loading for the given
baseName.
|