Class ArraySortedEntryList<A,B>

All Implemented Interfaces:
SortedEntryList<A,B>, SortedList<Map.Entry<A,B>>, Iterable<Map.Entry<A,B>>, Collection<Map.Entry<A,B>>, List<Map.Entry<A,B>>, SequencedCollection<Map.Entry<A,B>>

public class ArraySortedEntryList<A,B> extends ArraySortedList<Map.Entry<A,B>> implements SortedEntryList<A,B>
DOCME