| java.lang.Object | |||
| ↳ | java.util.ResourceBundle | ||
| ↳ | sun.util.resources.OpenListResourceBundle | ||
| ↳ | sun.util.resources.TimeZoneNamesBundle | ||
Subclass of ResourceBundle with special
functionality for time zone names. The additional functionality:
getContents
array for the enumeration returned by getKeys.
handleGetObject.
TimeZoneNames resource bundles must extend this
class and implement the getContents method.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.ResourceBundle
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Maps time zone IDs to locale-specific names.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Use LinkedHashMap to preserve order of bundle entries.
| |||||||||||
Provides key/value mappings for a specific
resource bundle.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
sun.util.resources.OpenListResourceBundle
| |||||||||||
From class
java.util.ResourceBundle
| |||||||||||
From class
java.lang.Object
| |||||||||||
Maps time zone IDs to locale-specific names. The value returned is an array of five strings:
getContents implementations, while the time zone
ID is inserted into the returned array by this method.
| key | the key for the desired object |
|---|
Provides key/value mappings for a specific resource bundle. Each entry of the array returned must be an array with two elements: