- All Implemented Interfaces:
Iterator<E>
public class IndegreeTopologicalSort<E>
extends Object
implements Iterator<E>
- Since:
- 3.1
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IndegreeTopologicalSort
public IndegreeTopologicalSort(Digraph<E,?> digraph)
-