public class PushbackIterator<T> extends Object implements Iterator<T>
PushbackIterator(Iterator<T> iter)
boolean
hasNext()
T
next()
void
pushback(T item)
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PushbackIterator(Iterator<T> iter)
public void pushback(T item)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Licenced under the Apache License, Version 2.0