Package org.apache.cayenne.ashwood.graph
Class IndegreeTopologicalSort<E>
java.lang.Object
org.apache.cayenne.ashwood.graph.IndegreeTopologicalSort<E>
- All Implemented Interfaces:
Iterator<E>
public class IndegreeTopologicalSort<E> extends Object implements Iterator<E>
- Since:
- 3.1
-
Constructor Summary
Constructors Constructor Description IndegreeTopologicalSort(Digraph<E,?> digraph)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining