| Constructor and Description |
|---|
BidiLinkedHashMap() |
BidiLinkedHashMap(int initialCapacity) |
BidiLinkedHashMap(Map<? extends K,? extends V> map) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
boolean |
equals(Object obj) |
V |
get(Object key) |
K |
getKey(Object value) |
int |
hashCode() |
BidiMap<V,K> |
inverse() |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> map) |
V |
remove(Object key) |
K |
removeValue(Object value) |
int |
size() |
String |
toString() |
Collection<V> |
values() |
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic BidiLinkedHashMap()
public BidiLinkedHashMap(int initialCapacity)
public boolean containsKey(Object key)
containsKey in interface Map<K,V>public boolean containsValue(Object value)
containsValue in interface Map<K,V>public Collection<V> values()
public void putAll(Map<? extends K,? extends V> map)
public K removeValue(Object value)
removeValue in interface BidiMap<K,V>public boolean equals(Object obj)
public int hashCode()
Copyright © 2016 jetbrick. All rights reserved.