Class HashMapBucket<K,V>
java.lang.Object
org.infinispan.multimap.impl.HashMapBucket<K,V>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(K key) static <K,V> HashMapBucket <K, V> booleaninthashCode()booleanisEmpty()keySet()putIfAbsent(Map<K, V> map) removeAll(Collection<K> keys) We do not use the original replace method here.intsize()values()
-
Method Details
-
create
-
putAll
-
putIfAbsent
-
getAll
-
converted
-
isEmpty
public boolean isEmpty() -
removeAll
-
get
-
size
public int size() -
values
-
keySet
-
containsKey
-
replace
-
equals
-
hashCode
-