public class DepthFirstIterator extends BreadthFirstIterator
Constructor and Description |
---|
DepthFirstIterator() |
Modifier and Type | Method and Description |
---|---|
protected Queue |
buildQueue(Graph graph)
Builds the node queue for the Iteration.
|
cont, getQueue, init, killBranch, next, setSource
getSource
getGraph, getTraversal, getWalker, setTraversal
protected Queue buildQueue(Graph graph)
buildQueue
in class BreadthFirstIterator
graph
- The graph of the iteration.Copyright © 1996–2019 Geotools. All rights reserved.