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