protected static class PersistentLong23TreeSet.MutableSet extends java.lang.Object implements PersistentLongSet.MutableSet
| Modifier and Type | Method and Description |
|---|---|
void |
add(long key) |
void |
clear() |
boolean |
contains(long key) |
boolean |
endWrite() |
boolean |
isEmpty() |
LongIterator |
longIterator() |
boolean |
remove(long key) |
LongIterator |
reverseLongIterator() |
int |
size() |
LongIterator |
tailLongIterator(long key) |
LongIterator |
tailReverseLongIterator(long key) |
public LongIterator longIterator()
longIterator in interface PersistentLongSet.ImmutableSetpublic LongIterator reverseLongIterator()
reverseLongIterator in interface PersistentLongSet.ImmutableSetpublic LongIterator tailLongIterator(long key)
tailLongIterator in interface PersistentLongSet.ImmutableSetpublic LongIterator tailReverseLongIterator(long key)
tailReverseLongIterator in interface PersistentLongSet.ImmutableSetpublic boolean isEmpty()
isEmpty in interface PersistentLongSet.ImmutableSetpublic int size()
size in interface PersistentLongSet.ImmutableSetpublic boolean contains(long key)
contains in interface PersistentLongSet.ImmutableSetpublic void add(long key)
add in interface PersistentLongSet.MutableSetpublic boolean remove(long key)
remove in interface PersistentLongSet.MutableSetpublic void clear()
clear in interface PersistentLongSet.MutableSetpublic boolean endWrite()
endWrite in interface PersistentLongSet.MutableSet