Uses of Class
org.apache.commons.collections4.iterators.PeekingIterator

Packages that use PeekingIterator
org.apache.commons.collections4.iterators This package contains implementations of the Iterator interface. 
 

Uses of PeekingIterator in org.apache.commons.collections4.iterators
 

Methods in org.apache.commons.collections4.iterators that return PeekingIterator
static
<E> PeekingIterator<E>
PeekingIterator.peekingIterator(Iterator<? extends E> iterator)
          Decorates the specified iterator to support one-element lookahead.
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.