java.lang.Object
org.jgrapht.graph.DirectedAcyclicGraph.TopoIterator
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
DirectedAcyclicGraph<V,
E>
An iterator which follows topological order
-
Field Details
-
currentTopoIndex
private int currentTopoIndex -
expectedTopoModCount
private final long expectedTopoModCount -
nextIndex
-
-
Constructor Details
-
TopoIterator
public TopoIterator()
-
-
Method Details