public class AbstractStepIterator extends Object implements Iterator<StepInstance>
| Constructor and Description |
|---|
AbstractStepIterator() |
| Modifier and Type | Method and Description |
|---|---|
StepInstance |
current() |
boolean |
hasNext() |
StepInstance |
next() |
void |
remove() |
protected void |
setIterator(Iterator<Step> iterator) |
protected void |
setParent(AbstractContainerInstance parent) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected void setParent(AbstractContainerInstance parent)
public boolean hasNext()
hasNext in interface Iterator<StepInstance>public StepInstance next()
next in interface Iterator<StepInstance>public void remove()
remove in interface Iterator<StepInstance>public StepInstance current()
Copyright © 2025. All rights reserved.