Package net.sf.collections15.iterators

This package contains implementations of the Iterator interface.

See:
          Description

Class Summary
AbstractIteratorDecorator<E> Provides basic behaviour for decorating an iterator with extra functionality.
AbstractListIteratorDecorator<E> Provides basic behaviour for decorating a list iterator with extra functionality.
ArrayIterator<E> Implements an Iterator over any array.
CollatingIterator<E> Provides an ordered iteration over the elements contained in a collection of ordered Iterators.
EmptyIterator<E> Provides an implementation of an empty iterator.
FilterIterator<E> Decorates an Iterator such that only elements matching a predicate filter are returned.
IteratorChain<E> An IteratorChain is an Iterator that wraps a number of Iterators.
UnmodifiableIterator<E> Decorates an iterator such that it cannot be modified.
UnmodifiableListIterator<E> Decorates a list iterator such that it cannot be modified.
 

Package net.sf.collections15.iterators Description

This package contains implementations of the Iterator interface.

You may also consider using {link net.sf.collections15.IteratorUtils IteratorUtils}, which is a single class that uses static methods to construct instances of the classes in this package.



Copyright © 2001-2005 SourceForge.net. All Rights Reserved.