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

public interface SortedEntryList<A,B> extends SortedList<Map.Entry<A,B>>
A list of map entries, which has a second comparator for the keys of the contained entries.
  • Method Details

    • keyComparator

      Comparator<? super A> keyComparator()
    • put

      void put(A key, B value)