dwt v1.0.4+swt-3.4.1 (2020-03-19T06:15:23Z)
Home
Dub
Repo
ResourceBundle
java
util
ResourceBundle
Undocumented in source.
class
ResourceBundle {
String
[
String
]
map
;
this
(ImportData[] data);
this
(ImportData data);
this
(String data);
bool
hasString
(String key);
String
getString
(String key);
Enumeration
getKeys
();
String
[]
getKeysAsArray
();
static
ResourceBundle
getBundle
(ImportData[] data);
static
ResourceBundle
getBundle
(ImportData data);
static
ResourceBundle
getBundle
(String name);
static
ResourceBundle
getBundleFromData
(String data);
}
Constructors
this
this
(ImportData[] data)
First entry is the default entry if no maching locale is found
this
this
(ImportData data)
Undocumented in source.
this
this
(String data)
Undocumented in source.
Members
Functions
getKeys
Enumeration
getKeys
()
Undocumented in source. Be warned that the author may not have intended to support it.
getKeysAsArray
String
[]
getKeysAsArray
()
Undocumented in source. Be warned that the author may not have intended to support it.
getString
String
getString
(String key)
Undocumented in source. Be warned that the author may not have intended to support it.
hasString
bool
hasString
(String key)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
getBundle
ResourceBundle
getBundle
(ImportData[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
getBundle
ResourceBundle
getBundle
(ImportData data)
Undocumented in source. Be warned that the author may not have intended to support it.
getBundle
ResourceBundle
getBundle
(String name)
Undocumented in source. Be warned that the author may not have intended to support it.
getBundleFromData
ResourceBundle
getBundleFromData
(String data)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
map
String
[
String
]
map
;
Undocumented in source.
Meta
Source
See Implementation
java
util
ResourceBundle
classes
ResourceBundle