| Modifier and Type | Field and Description |
|---|---|
private BytesKey |
key |
private double |
score |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ZSetEntry o) |
boolean |
equals(java.lang.Object obj) |
BytesKey |
getKey() |
double |
getScore() |
int |
hashCode() |
double |
increment(double value) |
private final BytesKey key
private double score
public ZSetEntry(BytesKey key, double score)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int compareTo(ZSetEntry o)
compareTo in interface java.lang.Comparable<ZSetEntry>public BytesKey getKey()
public double getScore()
public double increment(double value)