Uses of Class
org.apache.commons.collections4.iterators.PushbackIterator
-
Packages that use PushbackIterator Package Description org.apache.commons.collections4.iterators This package contains implementations of theIterator
interface. -
-
Uses of PushbackIterator in org.apache.commons.collections4.iterators
Methods in org.apache.commons.collections4.iterators that return PushbackIterator Modifier and Type Method Description static <E> PushbackIterator<E>
PushbackIterator. pushbackIterator(Iterator<? extends E> iterator)
Decorates the specified iterator to support one-element lookahead.
-