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