T
public interface Visitor<T>
void
visit(Graph<T> g, Vertex<T> v)
void visit(Graph<T> g, Vertex<T> v)
g
v