org.apache.commons.collections

Class ProxyListIterator

Implemented Interfaces:
ListIterator

public class ProxyListIterator
extends ProxyListIterator

A proxy ListIterator which delegates its methods to a proxy instance.
Version:
$Revision: 1.4.2.1 $ $Date: 2004/05/22 12:14:02 $
Author:
Rodney Waldhoff
Since:
2.0
See Also:
ProxyIterator

Constructor Summary

ProxyListIterator()
Constructs a new ProxyListIterator that will not function until setListIterator is invoked.
ProxyListIterator(ListIterator iterator)
Constructs a new ProxyListIterator that will use the given list iterator.

Method Summary

Methods inherited from class org.apache.commons.collections.iterators.ProxyListIterator

add, getListIterator, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set, setListIterator

Constructor Details

ProxyListIterator

public ProxyListIterator()

ProxyListIterator

public ProxyListIterator(ListIterator iterator)
Constructs a new ProxyListIterator that will use the given list iterator.
Parameters:
iterator - the list iterator to use

Copyright © 2001-2004 Apache Software Foundation. Documenation generated ${TODAY}.