public static class BTreeSet.BTreeRange<V> extends BTreeSet<V> implements java.util.NavigableSet<V>
BTreeSet.BTreeDescRange<V>, BTreeSet.BTreeRange<V>
Modifier and Type | Field and Description |
---|---|
protected boolean |
inclusiveLowerBound |
protected boolean |
inclusiveUpperBound |
protected V |
lowerBound |
protected V |
upperBound |
comparator, tree
Modifier and Type | Method and Description |
---|---|
java.util.NavigableSet<V> |
descendingSet() |
java.util.NavigableSet<V> |
headSet(V toElement,
boolean inclusive) |
protected Cursor<V,V> |
slice(boolean forwards,
boolean permitInversion) |
java.util.NavigableSet<V> |
subSet(V fromElement,
boolean fromInclusive,
V toElement,
boolean toInclusive) |
java.util.NavigableSet<V> |
tailSet(V fromElement,
boolean inclusive) |
add, addAll, ceiling, clear, comparator, contains, containsAll, descendingIterator, first, floor, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, removeAll, retainAll, size, subSet, tailSet, toArray, toArray, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ceiling, descendingIterator, floor, headSet, higher, iterator, lower, pollFirst, pollLast, subSet, tailSet
protected final V lowerBound
protected final V upperBound
protected final boolean inclusiveLowerBound
protected final boolean inclusiveUpperBound
public java.util.NavigableSet<V> subSet(V fromElement, boolean fromInclusive, V toElement, boolean toInclusive)
public java.util.NavigableSet<V> descendingSet()
descendingSet
in interface java.util.NavigableSet<V>
descendingSet
in class BTreeSet<V>
Copyright © 2018 The Apache Software Foundation