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

Packages that use PeekingIterator
com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. 
 

Uses of PeekingIterator in com.google.common.collect
 

Methods in com.google.common.collect that return PeekingIterator
static
<T> PeekingIterator<T>
Iterators.peekingIterator(Iterator<? extends T> iterator)
          Returns a PeekingIterator backed by the given iterator.
static
<T> PeekingIterator<T>
Iterators.peekingIterator(PeekingIterator<T> iterator)
          Deprecated. no need to use this
 

Methods in com.google.common.collect with parameters of type PeekingIterator
static
<T> PeekingIterator<T>
Iterators.peekingIterator(PeekingIterator<T> iterator)
          Deprecated. no need to use this
 



Copyright © 2010-2011. All Rights Reserved.