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, toArray
Methods inherited from interface org.teavm.classlib.java.util.TSequencedCollection
addFirst, addLast
Methods 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:
removeFirst
in interfaceTSequencedCollection<E>
- Specified by:
removeFirst
in interfaceTSortedSet<E>
-
removeLast
- Specified by:
removeLast
in interfaceTSequencedCollection<E>
- Specified by:
removeLast
in interfaceTSortedSet<E>
-
reversed
- Specified by:
reversed
in interfaceTSequencedCollection<E>
- Specified by:
reversed
in interfaceTSequencedSet<E>
- Specified by:
reversed
in interfaceTSortedSet<E>
-