Uses of Package
org.infinispan.multimap.impl.function.list
Packages that use org.infinispan.multimap.impl.function.list
-
Classes in org.infinispan.multimap.impl.function.list used by org.infinispan.multimap.impl.function.listClassDescriptionSerializable function used by
EmbeddedMultimapListCache.index(Object, long)to retrieve the index at the head or the tail of the multimap list value.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.Serializable function used byEmbeddedMultimapListCache.insert(Object, boolean, Object, Object)to insert an element before or after the provided pivot element.A base function for the list multimap updatesSerializable 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.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)Serializable function used byEmbeddedMultimapListCache.remove(Object, long, Object)to remove an element.Serializable function used byEmbeddedMultimapListCache.replace(Object, List)Serializable function used byEmbeddedMultimapListCache.rotate(Object, boolean)(Object, boolean)} to remove an element.Serializable function used byEmbeddedMultimapListCache.set(Object, long, Object)to insert a key/value pair at the index of the multimap list value.Serializable function used byEmbeddedMultimapListCache.subList(Object, long, long)to retrieve the sublist with indexes.Serializable function used byEmbeddedMultimapListCache.trim(Object, long, long)to trim the multimap list value.