Uses of Interface
org.infinispan.multimap.impl.function.list.ListBucketBaseFunction
Packages that use ListBucketBaseFunction
-
Uses of ListBucketBaseFunction in org.infinispan.multimap.impl.function.list
Classes in org.infinispan.multimap.impl.function.list that implement ListBucketBaseFunctionModifier and TypeClassDescriptionfinal classIndexFunction<K,V> Serializable function used byEmbeddedMultimapListCache.index(Object, long)to retrieve the index at the head or the tail of the multimap list value.final classIndexOfFunction<K,V> Serializable function used byEmbeddedMultimapListCache.indexOf(Object, Object, Long, Long, Long)to retrieve the index at the head or the tail of the multimap list value.final classInsertFunction<K,V> Serializable function used byEmbeddedMultimapListCache.insert(Object, boolean, Object, Object)to insert an element before or after the provided pivot element.final classOfferFunction<K,V> Serializable function used byEmbeddedMultimapListCache.offerFirst(Object, Object)andEmbeddedMultimapListCache.offerLast(Object, Object)(Object, Object)} to insert a key/value pair at the head or the tail of the multimap list value.final classPollFunction<K,V> Serializable function used byandinvalid reference
org.infinispan.multimap.impl.EmbeddedMultimapListCache#pollFirst(K, long)to poll N values at the head or the tail of the multimap list value.invalid reference
org.infinispan.multimap.impl.EmbeddedMultimapListCache#pollLast(K, long)final classRemoveCountFunction<K,V> Serializable function used byEmbeddedMultimapListCache.remove(Object, long, Object)to remove an element.final classReplaceListFunction<K,V> Serializable function used byEmbeddedMultimapListCache.replace(Object, List)final classRotateFunction<K,V> Serializable function used byEmbeddedMultimapListCache.rotate(Object, boolean)(Object, boolean)} to remove an element.final classSetFunction<K,V> Serializable function used byEmbeddedMultimapListCache.set(Object, long, Object)to insert a key/value pair at the index of the multimap list value.final classSubListFunction<K,V> Serializable function used byEmbeddedMultimapListCache.subList(Object, long, long)to retrieve the sublist with indexes.final classTrimFunction<K,V> Serializable function used byEmbeddedMultimapListCache.trim(Object, long, long)to trim the multimap list value.