Package org.infinispan.multimap.impl
Class HashMapBucket<K,V> 
java.lang.Object
org.infinispan.multimap.impl.HashMapBucket<K,V> 
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier 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
- 
isEmptypublic boolean isEmpty()
- 
removeAll
- 
get
- 
sizepublic int size()
- 
values
- 
keySet
- 
containsKey
- 
replaceWe do not use the original replace method here. Our implementation allows to create and delete entries.
- 
equals
- 
hashCodepublic int hashCode()
 
-