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 |
---|---|
boolean |
equals(Object obj) |
K |
getKey(V value) |
int |
hashCode() |
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, values
toString
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.