public class DictionaryAsMap<U,V>
extends java.util.AbstractMap<U,V>
Constructor | Description |
---|---|
DictionaryAsMap(java.util.Dictionary<U,V> dict) |
Modifier and Type | Method | Description |
---|---|---|
java.util.Set<java.util.Map.Entry<U,V>> |
entrySet() |
|
V |
put(U key,
V value) |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, toString, values