public class BidiMap<K,V> extends java.util.HashMap<K,V>
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
BidiMap()
BidiMap(int arg0)
BidiMap(int arg0, float arg1)
BidiMap(java.util.Map<? extends K,? extends V> arg0)
void
clear()
K
getKey(V value)
V
put(K key, V value)
putAll(java.util.Map<? extends K,? extends V> m)
removeValue(V value)
clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, remove, size, values
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
equals, hashCode
public BidiMap()
public BidiMap(int arg0, float arg1)
public BidiMap(int arg0)
public BidiMap(java.util.Map<? extends K,? extends V> arg0)
public V put(K key, V value)
put
java.util.Map<K,V>
java.util.HashMap<K,V>
public void putAll(java.util.Map<? extends K,? extends V> m)
putAll
public K getKey(V value)
public K removeValue(V value)
public void clear()
clear