Uses of Class
org.infinispan.multimap.impl.SortedSetSubsetArgs
Packages that use SortedSetSubsetArgs
-
Uses of SortedSetSubsetArgs in org.infinispan.multimap.impl
Methods in org.infinispan.multimap.impl that return SortedSetSubsetArgsMethods in org.infinispan.multimap.impl with parameters of type SortedSetSubsetArgsModifier and TypeMethodDescriptionEmbeddedMultimapSortedSetCache.subsetByIndex
(K key, SortedSetSubsetArgs<Long> args) Subset elements in the sorted set by index.EmbeddedMultimapSortedSetCache.subsetByLex
(K key, SortedSetSubsetArgs<V> args) Subset elements using the natural ordering of the values.EmbeddedMultimapSortedSetCache.subsetByScore
(K key, SortedSetSubsetArgs<Double> args) Subset elements using the score.