public class RMZSet extends Object implements RMDataStructure
| Constructor and Description |
|---|
RMZSet() |
| Modifier and Type | Method and Description |
|---|---|
NavigableSet<ZSetEntry> |
entries(boolean reversed) |
Double |
getScore(Slice value) |
String |
getTypeName() |
boolean |
isEmpty() |
Double |
put(Slice value,
double score) |
void |
raiseTypeCastException() |
boolean |
remove(Slice value) |
int |
size() |
NavigableSet<ZSetEntry> |
subset(ZSetEntryBound start,
ZSetEntryBound end) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAsSlicepublic boolean remove(Slice value)
public int size()
public boolean isEmpty()
public NavigableSet<ZSetEntry> subset(ZSetEntryBound start, ZSetEntryBound end)
public NavigableSet<ZSetEntry> entries(boolean reversed)
public void raiseTypeCastException()
raiseTypeCastException in interface RMDataStructurepublic String getTypeName()
getTypeName in interface RMDataStructureCopyright © 2023. All rights reserved.