Interface Iterators.LookaheadIterator<A>

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

@Undocumented public static interface Iterators.LookaheadIterator<A> extends Iterator<A>
  • Method Details

    • lookahead

      A lookahead()