Class TopoSort.Edge<T>

  • Enclosing class:
    TopoSort<T>

    protected static class TopoSort.Edge<T>
    extends Object
    • Field Detail

      • from

        public final T from
      • to

        public final T to
    • Constructor Detail

      • Edge

        public Edge​(T from,
                    T to)