Class ReverseListIterator<T>

  • Type Parameters:
    T - The element type of the list iterator
    All Implemented Interfaces:
    java.util.Iterator<T>, java.util.ListIterator<T>

    public class ReverseListIterator<T>
    extends FilterListIterator<T>
    A ListIterator that reverses the direction of all operations of a delegate ListIterator.