public static class GraphUtils.Graph<Node extends Comparable<Node>> extends Object
Graph()
void
addEdge(Node left, Node right)
Integer
addNode(Node singleton)
Map<Node,Integer>
cluster()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Graph()
public Map<Node,Integer> cluster()
public Integer addNode(Node singleton)
public void addEdge(Node left, Node right)