Uses of Interface
eu.bandm.tools.util.java.Iterators.LookaheadIterator
Packages that use Iterators.LookaheadIterator
Package
Description
-
Uses of Iterators.LookaheadIterator in eu.bandm.tools.util.java
Subinterfaces of Iterators.LookaheadIterator in eu.bandm.tools.util.javaModifier and TypeInterfaceDescriptionstatic interface
Iterators that can push an element back into the sequence.Methods in eu.bandm.tools.util.java that return Iterators.LookaheadIteratorModifier and TypeMethodDescriptionstatic <A> Iterators.LookaheadIterator
<A> Returns an view with lookahead capability for a given iterator.