Package org.infinispan.multimap.impl
Class ScoredValue<V>
java.lang.Object
org.infinispan.multimap.impl.ScoredValue<V>
- All Implemented Interfaces:
Comparable<ScoredValue<V>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(ScoredValue<V> other) booleangetValue()inthashCode()static <V> ScoredValue<V> of(double score) static <V> ScoredValue<V> of(double score, V value) score()toString()