Interface Node.IConsumer
-
- Enclosing class:
- Node
public static interface Node.IConsumer
The consumer of the nodes when running a BFS.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
processNode(Node node)
-
-
-
Method Detail
-
processNode
boolean processNode(Node node)
-
-