E
- public interface TNavigableSet<E> extends TSortedSet<E>
Modifier and Type | Method and Description |
---|---|
E |
ceiling(E e) |
TIterator<E> |
descendingIterator() |
TNavigableSet<E> |
descendingSet() |
E |
floor(E e) |
TNavigableSet<E> |
headSet(E toElement,
boolean inclusive) |
E |
higher(E e) |
E |
lower(E e) |
E |
pollFirst() |
E |
pollLast() |
TNavigableSet<E> |
subSet(E fromElement,
boolean fromInclusive,
E toElement,
boolean toInclusive) |
TNavigableSet<E> |
tailSet(E fromElement,
boolean inclusive) |
comparator, first, headSet, last, subSet, tailSet
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, spliterator, stream, toArray, toArray
E pollFirst()
E pollLast()
TNavigableSet<E> descendingSet()
TNavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive)
TNavigableSet<E> headSet(E toElement, boolean inclusive)
TNavigableSet<E> tailSet(E fromElement, boolean inclusive)
Copyright © 2019. All rights reserved.