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

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

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

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



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