public class BytesKeyZSet extends TreeSet<ZSetEntry>
Constructor and Description |
---|
BytesKeyZSet() |
BytesKeyZSet(BytesKeyZSet destination) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(ZSetEntry zSetEntry) |
boolean |
addAll(Collection<? extends ZSetEntry> c) |
ZSetEntry |
get(byte[] key) |
ZSetEntry |
get(BytesKey key) |
boolean |
remove(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, tailSet
equals, hashCode, removeAll
containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
parallelStream, removeIf, stream
public BytesKeyZSet()
public BytesKeyZSet(BytesKeyZSet destination)
Copyright © 2015. All rights reserved.