public interface SortedList<A> extends List<A>
Modifier and Type | Method and Description |
---|---|
Comparator<? super A> |
comparator() |
A |
first() |
A |
last() |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
Comparator<? super A> comparator()
A first()
A last()
see also the complete user documentation .