public interface SortedEntryList<A,B> extends SortedList<Map.Entry<A,B>>
Modifier and Type | Method and Description |
---|---|
Comparator<? super A> |
keyComparator() |
void |
put(A key,
B value) |
comparator, first, 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> keyComparator()
see also the complete user documentation .