Class SortedList

  • All Implemented Interfaces:
    Iterable, Collection, List

    public class SortedList
    extends AbstractList
    An unmodifiable list which provides a lightweight read-only access to an existing list but applying a pre-established order.

    The order is specified by a list of integers containing the order of the elements.