Uses of Interface
com.google.common.collect.PeekingIterator

Uses of PeekingIterator in com.google.common.collect
 

Methods in com.google.common.collect that return PeekingIterator
static
<T> PeekingIterator<T>
Iterators.peekingIterator(java.util.Iterator<? extends T> iterator)
          Returns a PeekingIterator backed by the given iterator.
 



Copyright © 2010 Google. All Rights Reserved.