| Package | Description |
|---|---|
| redis.util |
| Modifier and Type | Field and Description |
|---|---|
private static BytesKey |
ZSet.EMPTY |
private BytesKey |
ZSetEntry.key |
| Modifier and Type | Method and Description |
|---|---|
BytesKey |
ZSetEntry.getKey() |
private BytesKey |
BytesKeyObjectMap.makeKey(java.lang.Object key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ZSet.add(BytesKey key,
double score) |
int |
BytesKey.compareTo(BytesKey o) |
boolean |
BytesKeyObjectMap.containsKey(BytesKey key) |
V |
BytesKeyObjectMap.get(BytesKey key) |
ZSetEntry |
ZSet.get(BytesKey key) |
ZSetEntry |
BytesKeyZSet.get(BytesKey key) |
V |
BytesKeyObjectMap.put(BytesKey key,
V value) |
V |
BytesKeyObjectMap.remove(BytesKey key) |
boolean |
ZSet.remove(BytesKey key) |
| Constructor and Description |
|---|
ZSetEntry(BytesKey key,
double score) |