Package org.infinispan.multimap.impl
Class HashMapBucket<K,V>
java.lang.Object
org.infinispan.multimap.impl.HashMapBucket<K,V>
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsKey
(K key) static <K,
V> HashMapBucket <K, V> boolean
int
hashCode()
boolean
isEmpty()
keySet()
int
int
putIfAbsent
(Map<K, V> map) int
removeAll
(Collection<K> keys) boolean
We do not use the original replace method here.int
size()
values()
-
Method Details
-
create
-
putAll
-
putIfAbsent
-
getAll
-
converted
-
isEmpty
public boolean isEmpty() -
removeAll
-
get
-
size
public int size() -
values
-
keySet
-
containsKey
-
replace
We do not use the original replace method here. Our implementation allows to create and delete entries. -
equals
-
hashCode
public int hashCode()
-