public class BiMap<K,V> extends Object implements Serializable
BiMap()
BiMap(Map<K,V> data)
V
get(K k)
K
getKey(V v)
Set<K>
keySet()
void
put(K k, V v)
remove(Object key)
Collection<V>
values()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BiMap()
public BiMap(Map<K,V> data)
public void put(K k, V v)
public V get(K k)
public K getKey(V v)
public Collection<V> values()
public Set<K> keySet()
public V remove(Object key)
Copyright © 2018. All rights reserved.