public class BidirectionalMap<K,V>
extends java.util.HashMap<K,V>
Constructor and Description |
---|
BidirectionalMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
K |
getKey(java.lang.Object value) |
V |
put(K key,
V value) |
K |
removeValue(java.lang.Object value) |
clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values