public class HistoryIterator<T> extends Object implements Iterator<T>
HistoryIterator(Iterator<T> iterator)
T
getLast()
boolean
hasNext()
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HistoryIterator(Iterator<T> iterator)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public T getLast()
public void remove()
remove
Copyright © 2010-2014. All Rights Reserved.