public class HashMapDictionary<K,V>
extends Dictionary<K,V>
Constructor and Description |
---|
HashMapDictionary() |
Modifier and Type | Method and Description |
---|---|
Enumeration<V> |
elements() |
V |
get(Object key) |
boolean |
isEmpty() |
Enumeration<K> |
keys() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> map) |
V |
remove(Object key) |
int |
size() |
String |
toString() |