Class ReverseListIterator<T>

java.lang.Object
org.codehaus.commons.compiler.util.iterator.FilterListIterator<T>
org.codehaus.commons.compiler.util.iterator.ReverseListIterator<T>
Type Parameters:
T - The element type of the list iterator
All Implemented Interfaces:
Iterator<T>, ListIterator<T>

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