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, setSourcegetSourcegetGraph, getTraversal, getWalker, setTraversalprotected Queue buildQueue(Graph graph)
buildQueue in class BreadthFirstIteratorgraph - The graph of the iteration.Copyright © 1996–2019 Geotools. All rights reserved.