Interface GraphImpl.NodeVisitor<T extends Node>

Enclosing class:
GraphImpl<T extends Node<T>>

static interface GraphImpl.NodeVisitor<T extends Node>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit(Graph<T> graph, T node, NodeData nd)