public class ReverseListIterator<T> extends java.lang.Object implements java.util.Iterator<T>, java.lang.Iterable<T>
ReverseListIterator(java.util.List<T> list)
boolean
hasNext()
java.util.Iterator<T>
iterator()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReverseListIterator(java.util.List<T> list)
public boolean hasNext()
hasNext
public java.util.Iterator<T> iterator()
iterator
java.lang.Iterable<T>
public T next()
next
public void remove()
remove