T
- public interface Visitor<T>
Modifier and Type | Method and Description |
---|---|
void |
visit(Graph<T> g,
Vertex<T> v)
Called by the graph traversal methods when a vertex is first visited.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.