Uses of Class
org.apache.commons.collections4.iterators.PushbackIterator
-
Uses of PushbackIterator in org.apache.commons.collections4.iterators
Modifier and TypeMethodDescriptionstatic <E> PushbackIterator
<E> PushbackIterator.pushbackIterator
(Iterator<? extends E> iterator) Decorates the specified iterator to support one-element lookahead.