T
- the type of content a traversor will filter while traversing a treepublic interface TraverseStrategy<T>
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
traverse(Traversable<T> node)
Traverse a tree
|
java.util.List<T> traverse(Traversable<T> node)
node
- the node from which to start