Package eu.bandm.tools.ops
Interface SortedList<A>
- All Superinterfaces:
Collection<A>
,Iterable<A>
,List<A>
- All Known Subinterfaces:
SortedEntryList<A,
B>
- All Known Implementing Classes:
ArraySortedEntryList
,ArraySortedList
A list which maintains all its elements in the order supplied by the given comparator.
-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
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
-
Method Details
-
comparator
Comparator<? super A> comparator() -
first
A first() -
last
A last()
-