public class DictionaryAsMap<U,V> extends AbstractMap<U,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DictionaryAsMap(Dictionary<U,V> dict) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<U,V>> |
entrySet() |
V |
put(U key,
V value) |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic DictionaryAsMap(Dictionary<U,V> dict)
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.