Modifier and Type | Method and Description |
---|---|
E |
ceiling(E e) |
Iterator<E> |
descendingIterator() |
NavigableSet<E> |
descendingSet() |
E |
floor(E e) |
NavigableSet<E> |
headSet(E toElement,
boolean inclusive) |
E |
higher(E e) |
E |
lower(E e) |
E |
pollFirst() |
E |
pollLast() |
NavigableSet<E> |
subSet(E fromElement,
boolean fromInclusive,
E toElement,
boolean toInclusive) |
NavigableSet<E> |
tailSet(E fromElement,
boolean inclusive) |
comparator, first, headSet, last, spliterator, subSet, tailSet
NavigableSet<E> descendingSet()
NavigableSet<E> headSet(E toElement, boolean inclusive)
E pollFirst()
E pollLast()
NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive)
NavigableSet<E> tailSet(E fromElement, boolean inclusive)
Copyright © 2018. All rights reserved.