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 another Iterator using a predicate to filter elements.
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 © 2001-2008 The Apache Software Foundation. All Rights Reserved.