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 TypeMethodDescriptiondouble
getScore()
long
getValue()
static SortedSetBucket.IndexValue
of
(double score, long index)
-
Method Details
-
of
-
getValue
public long getValue() -
getScore
public double getScore()
-