Package de.intarsys.tools.collection
Class ReverseListIterator<T>
java.lang.Object
de.intarsys.tools.collection.ReverseListIterator<T>
This iterator enumerates the elements of a list in reverse order.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ReverseListIterator
-
-
Method Details