Constructor and Description |
---|
BiHashMap() |
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) |
boolean |
isEmpty() |
Collection<K> |
keys() |
Set<K> |
keySet() |
void |
makeImmutable() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> m) |
V |
remove(Object key) |
Set<Map.Entry<V,K>> |
reverseEntrySet() |
K |
reverseGet(Object key) |
int |
size() |
Collection<V> |
values() |
Set<V> |
valueSet() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public boolean containsKey(Object key)
containsKey
in interface Map<K,V>
public boolean containsValue(Object value)
containsValue
in interface Map<K,V>
public Collection<K> keys()
public void makeImmutable()
Copyright © 2014–2018 The Redisson Project. All rights reserved.