public static class TopologicalSort.DirectedGraph<T> extends Object implements Iterable<T>
| Constructor and Description |
|---|
TopologicalSort.DirectedGraph() |
public TopologicalSort.DirectedGraph()
public void removeEdge(T from, T to)
public boolean edgeExists(T from, T to)
public int size()
public boolean isEmpty()