Constructor and Description |
---|
GraphNodeIterator(Graph graph) |
GraphNodeIterator(Graph graph,
int index) |
Modifier and Type | Method and Description |
---|---|
private void |
checkForDeletedNode() |
private void |
forward() |
boolean |
hasNext() |
Node |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public GraphNodeIterator(Graph graph)
public GraphNodeIterator(Graph graph, int index)
private void forward()
private void checkForDeletedNode()