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, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public DictionaryAsMap(Dictionary<U,V> dict)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.