Uses of Class
org.infinispan.multimap.impl.HashMapBucket
Packages that use HashMapBucket
-
Uses of HashMapBucket in org.infinispan.multimap.impl
Methods in org.infinispan.multimap.impl that return HashMapBucketModifier and TypeMethodDescriptionstatic <K,V> HashMapBucket <K, V> HashMapBucket$___Marshaller_4eac533465c30d8024f90ceeaaca7f38966fd36542ed5e4bca91b5cb38857786.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.multimap.impl that return types with arguments of type HashMapBucketModifier and TypeMethodDescriptionHashMapBucket$___Marshaller_4eac533465c30d8024f90ceeaaca7f38966fd36542ed5e4bca91b5cb38857786.getJavaClass()Methods in org.infinispan.multimap.impl with parameters of type HashMapBucketModifier and TypeMethodDescriptionvoidHashMapBucket$___Marshaller_4eac533465c30d8024f90ceeaaca7f38966fd36542ed5e4bca91b5cb38857786.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, HashMapBucket $2) Constructor parameters in org.infinispan.multimap.impl with type arguments of type HashMapBucketModifierConstructorDescriptionEmbeddedMultimapPairCache(org.infinispan.Cache<K, HashMapBucket<HK, HV>> cache) -
Uses of HashMapBucket in org.infinispan.multimap.impl.function.hmap
Method parameters in org.infinispan.multimap.impl.function.hmap with type arguments of type HashMapBucketModifier and TypeMethodDescriptionHashMapKeySetFunction.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K, HashMapBucket<HK, HV>> view) HashMapPutFunction.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K, HashMapBucket<HK, HV>> view) HashMapRemoveFunction.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K, HashMapBucket<HK, HV>> view) HashMapReplaceFunction.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K, HashMapBucket<HK, HV>> view) HashMapValuesFunction.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K, HashMapBucket<HK, HV>> view)