Modifier and Type | Method and Description |
---|---|
boolean |
add(BytesKey key,
double score) |
void |
addAll(ZSet other) |
ZSetEntry |
get(byte[] member2) |
ZSetEntry |
get(BytesKey key) |
boolean |
isEmpty() |
Iterator<ZSetEntry> |
iterator() |
List<ZSetEntry> |
list() |
boolean |
remove(byte[] member2) |
boolean |
remove(BytesKey key) |
int |
size() |
List<ZSetEntry> |
subSet(double min,
double max) |
Iterable<ZSetEntry> |
subSet(int minIndex,
int maxIndex) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ZSet(ZSet destination)
public ZSet()
public int size()
public ZSetEntry get(byte[] member2)
public boolean remove(byte[] member2)
public void addAll(ZSet other)
public boolean remove(BytesKey key)
public boolean add(BytesKey key, double score)
public boolean isEmpty()
Copyright © 2015. All rights reserved.