Package org.infinispan.multimap.impl.function.list
package org.infinispan.multimap.impl.function.list
-
ClassDescriptionIndexFunction<K,
V> Serializable function used byEmbeddedMultimapListCache.index(Object, long)to retrieve the index at the head or the tail of the multimap list value.IndexOfFunction<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.InsertFunction<K,V> Serializable function used byEmbeddedMultimapListCache.insert(Object, boolean, Object, Object)to insert an element before or after the provided pivot element.ListBucketBaseFunction<K,V, R> A base function for the list multimap updatesOfferFunction<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.PollFunction<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)RemoveCountFunction<K,V> Serializable function used byEmbeddedMultimapListCache.remove(Object, long, Object)to remove an element.ReplaceListFunction<K,V> Serializable function used byEmbeddedMultimapListCache.replace(Object, List)RotateFunction<K,V> Serializable function used byEmbeddedMultimapListCache.rotate(Object, boolean)(Object, boolean)} to remove an element.SetFunction<K,V> Serializable function used byEmbeddedMultimapListCache.set(Object, long, Object)to insert a key/value pair at the index of the multimap list value.SubListFunction<K,V> Serializable function used byEmbeddedMultimapListCache.subList(Object, long, long)to retrieve the sublist with indexes.TrimFunction<K,V> Serializable function used byEmbeddedMultimapListCache.trim(Object, long, long)to trim the multimap list value.