Class AbstractListIteratorDecorator<E>

  • All Implemented Interfaces:
    Iterator<E>, ListIterator<E>

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

    All methods are forwarded to the decorated list iterator.

    Since:
    3.0