public class BytesKeyZSet extends java.util.TreeSet<ZSetEntry>
| Modifier and Type | Field and Description |
|---|---|
private BytesKeyObjectMap<ZSetEntry> |
map |
| Constructor and Description |
|---|
BytesKeyZSet() |
BytesKeyZSet(BytesKeyZSet destination) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(ZSetEntry zSetEntry) |
boolean |
addAll(java.util.Collection<? extends ZSetEntry> c) |
ZSetEntry |
get(byte[] key) |
ZSetEntry |
get(BytesKey key) |
private BytesKeyObjectMap<ZSetEntry> |
getMap() |
boolean |
remove(java.lang.Object o) |
ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, size, spliterator, subSet, subSet, tailSet, tailSetcontainsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitprivate BytesKeyObjectMap<ZSetEntry> map
public BytesKeyZSet()
public BytesKeyZSet(BytesKeyZSet destination)
public boolean add(ZSetEntry zSetEntry)
private BytesKeyObjectMap<ZSetEntry> getMap()
public boolean remove(java.lang.Object o)
public ZSetEntry get(byte[] key)