T - Type of Node/Task IDR - Type of Node/Task resultpublic class LevelOrderTraversar<T extends Comparable<T>,R> extends BaseTraversar<T,R>
| Constructor and Description |
|---|
LevelOrderTraversar() |
| Modifier and Type | Method and Description |
|---|---|
void |
traverse(Dag<T,R> graph,
TraversarAction<T,R> action)
Traverse the given graph and print it on the Writer
|
traverseLevelOrder, traversePathCopyright © 2016 Dexecutor. All rights reserved.