- elements
Enumeration elements()
Undocumented in source.
- get
Object get(Object key)
Undocumented in source.
- get
Object get(String key)
Undocumented in source. Be warned that the author may not have intended to support it.
- isEmpty
bool isEmpty()
Undocumented in source.
- keys
Enumeration keys()
Undocumented in source.
- put
Object put(Object key, Object value)
Undocumented in source.
- put
Object put(String key, Object value)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
Object put(Object key, String value)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
Object put(String key, String value)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
Object remove(Object key)
Undocumented in source.
- remove
Object remove(String key)
Undocumented in source. Be warned that the author may not have intended to support it.
- size
int size()
Undocumented in source.