public static class BTreeSet.BTreeDescRange<V> extends BTreeSet.BTreeRange<V>
BTreeSet.BTreeDescRange<V>, BTreeSet.BTreeRange<V>
inclusiveLowerBound, inclusiveUpperBound, lowerBound, 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 Cursor<V,V> slice(boolean forwards, boolean permitInversion)
slice
in class BTreeSet.BTreeRange<V>
public java.util.NavigableSet<V> subSet(V fromElement, boolean fromInclusive, V toElement, boolean toInclusive)
subSet
in interface java.util.NavigableSet<V>
subSet
in class BTreeSet.BTreeRange<V>
public java.util.NavigableSet<V> headSet(V toElement, boolean inclusive)
headSet
in interface java.util.NavigableSet<V>
headSet
in class BTreeSet.BTreeRange<V>
public java.util.NavigableSet<V> tailSet(V fromElement, boolean inclusive)
tailSet
in interface java.util.NavigableSet<V>
tailSet
in class BTreeSet.BTreeRange<V>
public java.util.NavigableSet<V> descendingSet()
descendingSet
in interface java.util.NavigableSet<V>
descendingSet
in class BTreeSet.BTreeRange<V>
Copyright © 2016 The Apache Software Foundation