Class AbstractIteratorDecorator<E>

  • All Implemented Interfaces:
    java.util.Iterator<E>
    Direct Known Subclasses:
    SkippingIterator

    public abstract class AbstractIteratorDecorator<E>
    extends AbstractUntypedIteratorDecorator<E,​E>
    Provides basic behaviour for decorating an iterator with extra functionality.

    All methods are forwarded to the decorated iterator.

    Since:
    3.0
    • Method Detail

      • next

        public E next()