public class BidirectionalMap<K,V> extends HashMap<K,V> implements Serializable
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BidirectionalMap() |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey(V value) |
V |
put(K key,
V value) |
V |
remove(Object key) |
K |
removeValue(V value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.