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, lastadd, 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, toArrayparallelStream, removeIf, streamComparator<? super A> keyComparator()
see also the complete user documentation .