protected static class TopoSort.Edge<T> extends Object
T
from
to
Edge(T from, T to)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final T from
public final T to
public Edge(T from, T to)