public class ReverseListIterator<T> extends Object implements Iterator<T>, Iterable<T>
ReverseListIterator(List<T> list)
boolean
hasNext()
Iterator<T>
iterator()
T
next()
void
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReverseListIterator(List<T> list)
public boolean hasNext()
hasNext
public Iterator<T> iterator()
iterator
Iterable<T>
public T next()
next
public void remove()
remove
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.