Class ProxyListIterator

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

@Deprecated(since="2021-04-30") public class ProxyListIterator extends Object implements ListIterator
Deprecated.
Use AbstractListIteratorDecorator. Will be removed in v4.0
A proxy ListIterator which delegates its methods to a proxy instance.
Since:
Commons Collections 2.0