Module org.apache.wicket.util
Class ReverseListIterator<E>
java.lang.Object
org.apache.wicket.util.collections.ReverseListIterator<E>
- Type Parameters:
E-
An iterator over
List which goes from the end to the start-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ReverseListIterator
Construct.- Parameters:
list- the list which will be iterated in reverse order
-
-
Method Details