public static class Graph.Node extends Object
Node(Object payload)
void
addEdge(Graph.Node n)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Node(Object payload)
public void addEdge(Graph.Node n)
public String toString()
toString
Object
Copyright © 2020. All rights reserved.