Package org.graph4j.traversal
Class DFSIterator
java.lang.Object
org.graph4j.traversal.DFSIterator
- All Implemented Interfaces:
Iterator<SearchNode>
A depth first search (DFS) iterator over the vertices of the graph.
- Author:
- Cristian Frăsinaru
-
Constructor Details
-
DFSIterator
- Parameters:
graph- the input graph.
-
DFSIterator
- Parameters:
graph- the input graph.start- the start vertex number.
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<SearchNode>
-
next
- Specified by:
nextin interfaceIterator<SearchNode>
-