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
ConstructorDescriptionScoredValue
(Double score, org.infinispan.multimap.impl.internal.MultimapObjectWrapper<V> wrappedValue) -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(ScoredValue<V> other) boolean
getValue()
int
hashCode()
static <V> ScoredValue
<V> of
(double score) static <V> ScoredValue
<V> of
(double score, V value) score()
toString()
org.infinispan.multimap.impl.internal.MultimapObjectWrapper
<V>