- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<T>, Collection<T>, Iterator<T>, List<T>, RandomAccess
public class NumberedDFSFinishTimeIterator<T>
extends DFSFinishTimeIterator<T>
implements Iterator<T>
This class implements depth-first search over a NumberedGraph, return an enumeration of the nodes of the graph in order of
increasing discover time. This class follows the outNodes of the graph nodes to define the graph, but this behavior can be
changed by overriding the getConnected method.
- See Also:
- Serialized Form