Package org.teavm.classlib.java.util
Interface TNavigableSet<E>
- Type Parameters:
E-
- All Superinterfaces:
TCollection<E>,TIterable<E>,TSequencedCollection<E>,TSequencedSet<E>,TSet<E>,TSortedSet<E>
- All Known Implementing Classes:
TTreeSet
-
Method Summary
Methods inherited from interface org.teavm.classlib.java.util.TCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArrayMethods inherited from interface org.teavm.classlib.java.util.TSequencedCollection
addFirst, addLastMethods inherited from interface org.teavm.classlib.java.util.TSortedSet
comparator, first, getFirst, getLast, headSet, last, subSet, tailSet
-
Method Details
-
lower
-
floor
-
ceiling
-
higher
-
pollFirst
E pollFirst() -
pollLast
E pollLast() -
descendingSet
TNavigableSet<E> descendingSet() -
descendingIterator
-
subSet
-
headSet
-
tailSet
-
removeFirst
- Specified by:
removeFirstin interfaceTSequencedCollection<E>- Specified by:
removeFirstin interfaceTSortedSet<E>
-
removeLast
- Specified by:
removeLastin interfaceTSequencedCollection<E>- Specified by:
removeLastin interfaceTSortedSet<E>
-
reversed
- Specified by:
reversedin interfaceTSequencedCollection<E>- Specified by:
reversedin interfaceTSequencedSet<E>- Specified by:
reversedin interfaceTSortedSet<E>
-