Uses of Class
org.infinispan.multimap.impl.ListBucket
Packages that use ListBucket
-
Uses of ListBucket in org.infinispan.multimap.impl
Classes in org.infinispan.multimap.impl that implement interfaces with type arguments of type ListBucketModifier and TypeClassDescriptionfinal classWARNING: Generated code!Fields in org.infinispan.multimap.impl with type parameters of type ListBucketModifier and TypeFieldDescriptionprotected final AdvancedCache<K, ListBucket<V>> EmbeddedMultimapListCache.cacheprotected final FunctionalMap.ReadWriteMap<K, ListBucket<V>> EmbeddedMultimapListCache.readWriteMapMethods in org.infinispan.multimap.impl that return ListBucketModifier and TypeMethodDescriptionListBucket.ListBucketResult.bucket()Returns the value of thebucketrecord component.static <V> ListBucket<V> ListBucket.create(Collection<V> value) ListBucket.offer(Collection<V> value, boolean first) ListBucket$___Marshaller_702465faba062cebbe6565680326f517256ee3aa393f966de67b4785cf04c39b.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) ListBucket.trim(long from, long to) Methods in org.infinispan.multimap.impl that return types with arguments of type ListBucketModifier and TypeMethodDescriptionListBucket$___Marshaller_702465faba062cebbe6565680326f517256ee3aa393f966de67b4785cf04c39b.getJavaClass()Methods in org.infinispan.multimap.impl with parameters of type ListBucketModifier and TypeMethodDescriptionvoidListBucket$___Marshaller_702465faba062cebbe6565680326f517256ee3aa393f966de67b4785cf04c39b.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, ListBucket $2) Constructors in org.infinispan.multimap.impl with parameters of type ListBucketModifierConstructorDescriptionListBucketResult(R result, ListBucket<E> bucket) Creates an instance of aListBucketResultrecord class.Constructor parameters in org.infinispan.multimap.impl with type arguments of type ListBucket