org.apache.commons.collections
Class ProxyListIterator
- ListIterator
public class ProxyListIterator
A proxy ListIterator which delegates its
methods to a proxy instance.
$Revision: 1.4.2.1 $ $Date: 2004/05/22 12:14:02 $
add, getListIterator, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set, setListIterator |
ProxyListIterator
public ProxyListIterator()
Constructs a new
ProxyListIterator that will not
function until
setListIterator
is invoked.
ProxyListIterator
public ProxyListIterator(ListIterator iterator)
Constructs a new ProxyListIterator that will use the
given list iterator.
iterator - the list iterator to use
Copyright © 2001-2004 Apache Software Foundation. Documenation generated ${TODAY}.