| Modifier and Type | Field and Description |
|---|---|
private int |
currentPos |
private Iterator<Goal> |
goalIt |
private Goal |
nextOne |
private Iterator<Node> |
nodeIt |
private static int |
POS_GOAL_LIST |
private static int |
POS_LEAVES |
private static int |
POS_START |
| Constructor and Description |
|---|
DefaultSelectionIterator() |
| Modifier and Type | Method and Description |
|---|---|
private void |
findNext() |
boolean |
hasNext() |
Goal |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprivate static final int POS_START
private static final int POS_LEAVES
private static final int POS_GOAL_LIST
private int currentPos
private Goal nextOne