Class ScoredValue<V>
java.lang.Object
org.infinispan.multimap.impl.ScoredValue<V>
- All Implemented Interfaces:
Comparable<ScoredValue<V>>
-
Constructor Summary
ConstructorsConstructorDescriptionScoredValue
(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>
-
Constructor Details
-
ScoredValue
-
-
Method Details
-
of
-
of
-
score
-
wrappedValue
-
getValue
-
hashCode
-
equals
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<V>
-