private static class NodeBitMap.MarkedNodeIterator extends Object implements Iterator<Node>
| Modifier and Type | Field and Description |
|---|---|
private Node |
nextNode |
private Iterator<Node> |
nodes |
private NodeBitMap |
visited |
| Constructor and Description |
|---|
MarkedNodeIterator(NodeBitMap visited,
Iterator<Node> nodes) |
| Modifier and Type | Method and Description |
|---|---|
private void |
forward() |
boolean |
hasNext() |
Node |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprivate final NodeBitMap visited
public MarkedNodeIterator(NodeBitMap visited, Iterator<Node> nodes)