@GwtIncompatible private static class Sets.FilteredNavigableSet<E> extends Sets.FilteredSortedSet<E> implements java.util.NavigableSet<E>
predicate, unfiltered
Constructor and Description |
---|
FilteredNavigableSet(java.util.NavigableSet<E> unfiltered,
Predicate<? super E> predicate) |
Modifier and Type | Method and Description |
---|---|
E |
ceiling(E e) |
java.util.Iterator<E> |
descendingIterator() |
java.util.NavigableSet<E> |
descendingSet() |
E |
floor(E e) |
java.util.NavigableSet<E> |
headSet(E toElement,
boolean inclusive) |
E |
higher(E e) |
E |
last() |
E |
lower(E e) |
E |
pollFirst() |
E |
pollLast() |
java.util.NavigableSet<E> |
subSet(E fromElement,
boolean fromInclusive,
E toElement,
boolean toInclusive) |
java.util.NavigableSet<E> |
tailSet(E fromElement,
boolean inclusive) |
(package private) java.util.NavigableSet<E> |
unfiltered() |
comparator, first, headSet, subSet, tailSet
equals, hashCode
add, addAll, clear, contains, containsAll, createCombined, forEach, isEmpty, iterator, remove, removeAll, removeIf, retainAll, size, spliterator, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
java.util.NavigableSet<E> unfiltered()
public java.util.NavigableSet<E> descendingSet()
descendingSet
in interface java.util.NavigableSet<E>
public java.util.Iterator<E> descendingIterator()
descendingIterator
in interface java.util.NavigableSet<E>
public E last()
last
in interface java.util.SortedSet<E>
last
in class Sets.FilteredSortedSet<E>
public java.util.NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive)
subSet
in interface java.util.NavigableSet<E>
public java.util.NavigableSet<E> headSet(E toElement, boolean inclusive)
headSet
in interface java.util.NavigableSet<E>