public static interface Iterators.PushbackIterator<A> extends Iterators.LookaheadIterator<A>
Modifier and Type | Method and Description |
---|---|
void |
pushback(A a) |
lookahead
forEachRemaining, hasNext, next, remove
void pushback(A a)
see also the complete user documentation .