|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ProxyIterator | |
| org.apache.commons.collections | Java Collections Framework extensions. |
| org.apache.commons.collections.iterators | Contains concrete Iterator implementations and utilities. |
| Uses of ProxyIterator in org.apache.commons.collections |
| Subclasses of ProxyIterator in org.apache.commons.collections | |
class |
ProxyIterator
Deprecated. this class has been moved to the iterators subpackage |
| Uses of ProxyIterator in org.apache.commons.collections.iterators |
| Subclasses of ProxyIterator in org.apache.commons.collections.iterators | |
class |
FilterIterator
A Proxy Iterator which takes a Predicate instance to filter
out objects from an underlying Iterator instance. |
class |
TransformIterator
A Proxy Iterator which uses a Transformer instance to
transform the contents of the Iterator into some other form |
class |
UniqueFilterIterator
A FilterIterator which only returns "unique" Objects. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||