Class SortedSetBucket.IndexValue
java.lang.Object
org.infinispan.multimap.impl.SortedSetBucket.IndexValue
- Enclosing class:
SortedSetBucket<V>
- Since:
- 15.0
- Author:
- Katia Aresti
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetScore()longgetValue()static SortedSetBucket.IndexValueof(double score, long index)
-
Method Details
-
of
-
getValue
public long getValue() -
getScore
public double getScore()
-