Uses of Package
org.apache.commons.collections.iterators

Packages that use org.apache.commons.collections.iterators
org.apache.commons.collections.bidimap This package contains implementations of the BidiMap, OrderedBidiMap and SortedBidiMap interfaces. 
org.apache.commons.collections.iterators This package contains implementations of the Iterator interface. 
org.apache.commons.collections.list This package contains implementations of the List interface. 
 

Classes in org.apache.commons.collections.iterators used by org.apache.commons.collections.bidimap
AbstractIteratorDecorator
          Provides basic behaviour for decorating an iterator with extra functionality.
 

Classes in org.apache.commons.collections.iterators used by org.apache.commons.collections.iterators
ArrayIterator
          Implements an Iterator over any array.
FilterIterator
          Decorates an iterator such that only elements matching a predicate filter are returned.
ObjectArrayIterator
          An Iterator over an array of objects.
 

Classes in org.apache.commons.collections.iterators used by org.apache.commons.collections.list
AbstractListIteratorDecorator
          Provides basic behaviour for decorating a list iterator with extra functionality.
 



Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.