|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use org.apache.commons.collections.iterators | |
org.apache.commons.collections | Java Collections Framework extensions. |
org.apache.commons.collections.iterators | Contains concrete Iterator implementations and utilities. |
Classes in org.apache.commons.collections.iterators used by org.apache.commons.collections | |
ArrayIterator
Implements an Iterator over an array of objects. |
|
EnumerationIterator
Adapter to make Enumeration instances appear
to be Iterator instances. |
|
FilterIterator
A Proxy Iterator which takes a Predicate instance to filter
out objects from an underlying Iterator instance. |
|
FilterListIterator
A proxy ListIterator which
takes a Predicate instance to filter
out objects from an underlying ListIterator
instance. |
|
IteratorEnumeration
Adapter to make an Iterator instance appear to be an Enumeration instances |
|
ProxyIterator
A Proxy Iterator which delegates its methods to a proxy instance. |
|
ProxyListIterator
A proxy ListIterator which delegates its
methods to a proxy instance. |
|
SingletonIterator
SingletonIterator is an Iterator over a single
object instance. |
|
TransformIterator
A Proxy Iterator which uses a Transformer instance to
transform the contents of the Iterator into some other form |
Classes in org.apache.commons.collections.iterators used by org.apache.commons.collections.iterators | |
FilterIterator
A Proxy Iterator which takes a Predicate instance to filter
out objects from an underlying Iterator instance. |
|
ProxyIterator
A Proxy Iterator which delegates its methods to a proxy instance. |
|
ProxyListIterator
A proxy ListIterator which delegates its
methods to a proxy instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |