Package eu.bandm.tools.util.java
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
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
lookahead
A lookahead()
-