Package org.teavm.classlib.java.util
Interface TSortedSet<E>
- Type Parameters:
E
-
- All Superinterfaces:
TCollection<E>
,TIterable<E>
,TSet<E>
- All Known Subinterfaces:
TNavigableSet<E>
- All Known Implementing Classes:
TTreeSet
- Author:
- Alexey Andreev
-
Method Summary
-
Method Details
-
comparator
TComparator<? super E> comparator() -
subSet
-
headSet
-
tailSet
-
first
E first() -
last
E last()
-