- All Implemented Interfaces:
Iterator<Node>
- Enclosing class:
- Node
Performs a breadth-first node traversal starting with a given node.
- See Also:
-
-
-
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
-
BreadthFirstIterator
public BreadthFirstIterator(Node node)
-