Uses of Class
org.apache.commons.collections.iterators.ProxyListIterator

Packages that use ProxyListIterator
org.apache.commons.collections Java Collections Framework extensions. 
org.apache.commons.collections.iterators Contains concrete Iterator implementations and utilities. 
 

Uses of ProxyListIterator in org.apache.commons.collections
 

Subclasses of ProxyListIterator in org.apache.commons.collections
 class ProxyListIterator
          Deprecated. this class has been moved to the iterators subpackage
 

Uses of ProxyListIterator in org.apache.commons.collections.iterators
 

Subclasses of ProxyListIterator in org.apache.commons.collections.iterators
 class FilterListIterator
          A proxy ListIterator which takes a Predicate instance to filter out objects from an underlying ListIterator instance.
 



Copyright © 2001-2004 The Apache Software Foundation. All Rights Reserved.