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