T
- Type of Node/Task IDR
- Type of Node/Task resultpublic class MergedLevelOrderTraversar<T extends Comparable<T>,R> extends BaseTraversar<T,R>
Constructor and Description |
---|
MergedLevelOrderTraversar() |
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, traversePath
Copyright © 2016 Dexecutor. All rights reserved.