Uses of Class
org.infinispan.multimap.impl.SortedSetBucket.IndexValue
Packages that use SortedSetBucket.IndexValue
-
Uses of SortedSetBucket.IndexValue in org.infinispan.multimap.impl
Methods in org.infinispan.multimap.impl that return SortedSetBucket.IndexValueModifier and TypeMethodDescriptionstatic SortedSetBucket.IndexValueSortedSetBucket.IndexValue.of(double score, long index) Methods in org.infinispan.multimap.impl that return types with arguments of type SortedSetBucket.IndexValueModifier and TypeMethodDescriptionReturns the index of member in the sorted set, with the scores ordered from high to low. -
Uses of SortedSetBucket.IndexValue in org.infinispan.multimap.impl.function.sortedset
Methods in org.infinispan.multimap.impl.function.sortedset that return SortedSetBucket.IndexValueModifier and TypeMethodDescriptionIndexOfSortedSetFunction.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K, SortedSetBucket<V>> entryView)