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