Class AbstractListIteratorDecorator

java.lang.Object
org.apache.commons.collections.iterators.AbstractListIteratorDecorator
All Implemented Interfaces:
Iterator, ListIterator
Direct Known Subclasses:
PredicatedList.PredicatedListIterator, TransformedList.TransformedListIterator

public class AbstractListIteratorDecorator extends Object implements ListIterator
Provides basic behaviour for decorating a list iterator with extra functionality.

All methods are forwarded to the decorated list iterator.

Since:
Commons Collections 3.0
Version:
$Revision: 646777 $ $Date: 2008-04-10 14:33:15 +0200 (Thu, 10 Apr 2008) $
Author:
Rodney Waldhoff, Stephen Colebourne