Class ReverseListIterator<T>

java.lang.Object
de.intarsys.tools.collection.ReverseListIterator<T>
All Implemented Interfaces:
Iterable<T>, Iterator<T>

public class ReverseListIterator<T> extends Object implements Iterator<T>, Iterable<T>
This iterator enumerates the elements of a list in reverse order.
  • Constructor Details

    • ReverseListIterator

      public ReverseListIterator(List<T> list)
  • Method Details