Interface Iterators.PushbackIterator<A>

All Superinterfaces:
Iterator<A>, Iterators.LookaheadIterator<A>
All Known Implementing Classes:
Iterators.PushbackIteratorImpl
Enclosing class:
Iterators

public static interface Iterators.PushbackIterator<A> extends Iterators.LookaheadIterator<A>
  • Method Details

    • pushback

      void pushback(A a)