dwt ~dev (2021-09-28T23:59:43.584138)
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
modules
AbstractCollection
AbstractList
AbstractMap
AbstractSet
ArrayList
Arrays
Collection
Collections
Comparator
Currency
Date
Dictionary
Enumeration
EventListener
EventObject
HashMap
HashSet
Hashtable
IdentityHashMap
Iterator
LinkedHashMap
LinkedList
List
ListIterator
Locale
Map
MissingResourceException
Random
ResourceBundle
Set
SortedMap
SortedSet
Stack
StringTokenizer
Timer
TimerTask
TreeMap
TreeSet
Vector
WeakHashMap
regex
zip