Class ReversedUnmodifiableListView<E>

  • Type Parameters:
    E - the type of the list elements
    All Implemented Interfaces:
    Iterable<E>, Collection<E>, List<E>

    public class ReversedUnmodifiableListView<E>
    extends AbstractList<E>
    Simple view of a list which reverses the order of the elements. Can be used to iterate over a list in reverse order.