Package | Description |
---|---|
org.geotools.graph.traverse.standard | |
org.geotools.graph.util |
Modifier and Type | Method and Description |
---|---|
protected Queue |
DepthFirstIterator.buildQueue(Graph graph)
Builds the node queue for the Iteration.
|
protected Queue |
DirectedDepthFirstTopologicalIterator.buildQueue(Graph graph) |
protected Queue |
BreadthFirstIterator.buildQueue(Graph graph)
Builds the node queue for the iteration.
|
protected Queue |
DepthFirstTopologicalIterator.buildQueue(Graph graph)
Builds the active node queue.
|
protected Queue |
BreadthFirstTopologicalIterator.buildQueue(Graph graph)
Builds the active node queue.
|
protected Queue |
DirectedBreadthFirstTopologicalIterator.buildQueue(Graph graph) |
protected Queue |
BreadthFirstIterator.getQueue()
Returns the node queue.
|
Modifier and Type | Class and Description |
---|---|
class |
FIFOQueue |
class |
PriorityQueue |
class |
Stack |
Copyright © 1996–2019 Geotools. All rights reserved.