| Constructor and Description |
|---|
BidiMapImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
K |
getKey(V value) |
BidiMap<V,K> |
inverse()
returns an inverted version of this map, the inverted map reference to
the same entries, subsequent changes to either of the map affect both.
|
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> m) |
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
Copyright © 2014. All Rights Reserved.