public class DepthFirstTopologicalIterator extends BreadthFirstTopologicalIterator

| Constructor and Description |
|---|
DepthFirstTopologicalIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected Queue |
buildQueue(Graph graph)
Builds the active node queue.
|
cont, init, killBranch, nextgetGraph, getTraversal, getWalker, setTraversalprotected Queue buildQueue(Graph graph)
buildQueue in class BreadthFirstTopologicalIteratorgraph - The Graph whose components are being iterated over.Copyright © 1996–2019 Geotools. All rights reserved.