Class ReverseListIterator<E>

java.lang.Object
org.apache.wicket.util.collections.ReverseListIterator<E>
Type Parameters:
E -
All Implemented Interfaces:
Iterable<E>, Iterator<E>

public class ReverseListIterator<E> extends Object implements Iterator<E>, Iterable<E>
An iterator over List which goes from the end to the start