|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Traverser | Traverser implementations are responsible of collecting nodes from the root node base on custom strategies. |
Class Summary | |
AbstractTraverser | Abstract Traverser |
AncestorsTraverser | This Traverser collect the parent nodes. It may be useful for building the breadcrumb. |
ExpandedNodesTraverser | This Traverser collects the children of the ancestors in the path from the root node to any of the target nodes. |
ExpandedNodeTraverser | ExpandedNodeTraverser collects only the children of the ancestors in the path from the root node to the target node. |
LevelByLevelTraverser | Level by level traverse strategy |
PostorderTraverser | Postorder traverse strategy |
PreorderTraverser | Preorder traverse strategy |
Contains Traverser interface and implementations.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |