public class ReverseListIterator<T> extends Object implements Iterator<T>
ListIterator
 obtained from the provided List and converts it to an
 Iterator that efficiently traverses the List in
 reverse. The fail-fast semantics of this iterator are the same as the
 semantics of the underlying ListIterator.| Constructor and Description | 
|---|
ReverseListIterator(List<T> list)
Constructs a new  
ReverseListIterator for the provided list. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
hasNext() | 
T | 
next() | 
void | 
remove() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining