public final class ZSetEntry extends Object implements Comparable<ZSetEntry>
| Modifier and Type | Field and Description |
|---|---|
static Double |
MAX_SCORE |
static Slice |
MAX_VALUE |
static Double |
MIN_SCORE |
static Slice |
MIN_VALUE |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ZSetEntry o) |
boolean |
equals(Object o) |
double |
getScore() |
Slice |
getValue() |
int |
hashCode() |
public static final Double MIN_SCORE
public static final Double MAX_SCORE
public static final Slice MIN_VALUE
public static final Slice MAX_VALUE
public double getScore()
public Slice getValue()
public int compareTo(ZSetEntry o)
compareTo in interface Comparable<ZSetEntry>Copyright © 2023. All rights reserved.