Interface Node.IConsumer

  • Enclosing class:
    Node

    public static interface Node.IConsumer
    The consumer of the nodes when running a BFS.
    • Method Detail

      • processNode

        boolean processNode​(Node node)