public class ScoredEntry<V> extends Object
ScoredEntry(Double score, V value)
boolean
equals(Object obj)
Double
getScore()
V
getValue()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public ScoredEntry(Double score, V value)
public V getValue()
public Double getScore()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2014–2017 The Redisson Project. All rights reserved.