Interface SortedList<A>

All Superinterfaces:
Collection<A>, Iterable<A>, List<A>
All Known Subinterfaces:
SortedEntryList<A,B>
All Known Implementing Classes:
ArraySortedEntryList, ArraySortedList

public interface SortedList<A> extends List<A>
A list which maintains all its elements in the order supplied by the given comparator.
  • Method Details

    • comparator

      Comparator<? super A> comparator()
    • first

      A first()
    • last

      A last()