Methods
| Modifier and Type |
Method and Description |
java.util.Enumeration<V> |
elements() |
V |
get(java.lang.Object key) |
boolean |
isEmpty() |
java.util.Enumeration<K> |
keys() |
V |
put(K key,
V value) |
void |
putAll(java.util.Map<? extends K,? extends V> map) |
V |
remove(java.lang.Object key) |
int |
size() |