public class ReverseListIterator<T> extends Object implements Iterator<T>
ReverseListIterator(List<T> list)
boolean
hasNext()
T
next()
void
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReverseListIterator(List<T> list)
public T next()
next
Iterator<T>
public boolean hasNext()
hasNext
public void remove()
remove
Copyright © 2015 The Apache Software Foundation. All rights reserved.