Package net.sourceforge.pmd.util
Class IteratorUtil.AbstractPausingIterator<T>
java.lang.Object
net.sourceforge.pmd.util.IteratorUtil.AbstractIterator<T>
net.sourceforge.pmd.util.IteratorUtil.AbstractPausingIterator<T>
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
IteratorUtil
public abstract static class IteratorUtil.AbstractPausingIterator<T>
extends IteratorUtil.AbstractIterator<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected Tprotected final intnext()protected voidprepareViewOn(T current) Methods inherited from class net.sourceforge.pmd.util.IteratorUtil.AbstractIterator
computeNext, done, hasNext, remove, setNextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
AbstractPausingIterator
public AbstractPausingIterator()
-
-
Method Details