Class DirectedAcyclicGraph.TopoVertexMap

java.lang.Object
org.jgrapht.graph.DirectedAcyclicGraph.TopoVertexMap
All Implemented Interfaces:
Serializable, DirectedAcyclicGraph.TopoOrderMap<V>
Enclosing class:
DirectedAcyclicGraph<V,E>

protected class DirectedAcyclicGraph.TopoVertexMap extends Object implements DirectedAcyclicGraph.TopoOrderMap<V>
An implementation of the topological order map which for performance and flexibility uses an ArrayList for topological index to vertex mapping, and a HashMap for vertex to topological index mapping.
Author:
Peter Giles
See Also: