Uses of Class
org.eclipse.net4j.util.collection.AbstractIterator

Packages that use AbstractIterator
org.eclipse.net4j.util.collection Additional collection-like interfaces and classes. 
 

Uses of AbstractIterator in org.eclipse.net4j.util.collection
 

Subclasses of AbstractIterator in org.eclipse.net4j.util.collection
 class AbstractFilteredIterator<T>
          An abstract base class for custom iterators that filter the elements of a delegate iterator.
 class AbstractListIterator<T>
          An abstract base class for custom list iterators that only requires to implement the computeNextElement() and AbstractListIterator.computePreviousElement() methods.
 class LimitedIterator<T>
           
 class PredicateIterator<T>
           
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.