Package eu.bandm.tools.ops
Interface SortedEntryList<A,B>
- All Superinterfaces:
Collection<Map.Entry<A,
,B>> Iterable<Map.Entry<A,
,B>> List<Map.Entry<A,
,B>> SortedList<Map.Entry<A,
B>>
- All Known Implementing Classes:
ArraySortedEntryList
A list of map entries, which has a second comparator for the keys of the contained
entries.
-
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
Methods inherited from interface eu.bandm.tools.ops.SortedList
comparator, first, last
-
Method Details
-
keyComparator
Comparator<? super A> keyComparator() -
put
-