java.lang.Object
org.springframework.statemachine.support.tree.AbstractIterator<T>
- All Implemented Interfaces:
Iterator<T>
public abstract class AbstractIterator<T>
extends Object
implements Iterator<T>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AbstractIterator
public AbstractIterator()
-
Method Details
-
computeNext
protected abstract T computeNext()
-
endOfData
protected final T endOfData()
-
hasNext
public final boolean hasNext()
- Specified by:
hasNext
in interface Iterator<T>
-
-
-
remove
public final void remove()
- Specified by:
remove
in interface Iterator<T>