Uses of Class
com.google.common.collect.AbstractIterator

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

Uses of AbstractIterator in com.google.common.collect
 

Subclasses of AbstractIterator in com.google.common.collect
 class AbstractRemovableIterator<T>
          A specialization of AbstractIterator for data sources which can handle arbitrary removal by element, concurrently with iteration.
 



Copyright © 2007-2008 Google. All Rights Reserved.