org.apache.commons.collections
Class ProxyListIterator

java.lang.Object
  |
  +--org.apache.commons.collections.iterators.ProxyListIterator
        |
        +--org.apache.commons.collections.ProxyListIterator
All Implemented Interfaces:
java.util.Iterator, java.util.ListIterator

Deprecated. this class has been moved to the iterators subpackage

public class ProxyListIterator
extends ProxyListIterator

A proxy ListIterator which delegates its methods to a proxy instance.

Since:
2.0
Version:
$Revision: 1.4.2.1 $ $Date: 2004/05/22 12:14:02 $
Author:
Rodney Waldhoff
See Also:
ProxyIterator

Constructor Summary
ProxyListIterator()
          Deprecated. Constructs a new ProxyListIterator that will not function until setListIterator is invoked.
ProxyListIterator(java.util.ListIterator iterator)
          Deprecated. Constructs a new ProxyListIterator that will use the given list iterator.
 
Methods inherited from class org.apache.commons.collections.iterators.ProxyListIterator
add, getListIterator, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set, setListIterator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyListIterator

public ProxyListIterator()
Deprecated. 
Constructs a new ProxyListIterator that will not function until setListIterator is invoked.


ProxyListIterator

public ProxyListIterator(java.util.ListIterator iterator)
Deprecated. 
Constructs a new ProxyListIterator that will use the given list iterator.

Parameters:
iterator - the list iterator to use


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