Class ReverseListIterator<T>

java.lang.Object
org.aksw.commons.collections.lists.ReverseListIterator<T>
All Implemented Interfaces:
Iterator<T>, ListIterator<T>

public class ReverseListIterator<T> extends Object implements ListIterator<T>
ListIterator wrapper that delegates next() calls to the delegate.previous() and vice versa.