public interface BidiMap<K,V> extends java.util.Map<K,V>
java.util.Map.Entry<K,V>
K
getKey(java.lang.Object value)
removeValue(java.lang.Object value)
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
K getKey(java.lang.Object value)
K removeValue(java.lang.Object value)