|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface that defines method for Tree Node Traversal.
| Method Summary | |
void |
beginTraversal()
Called just before the traversal begins |
void |
climbingUp()
Retracing to the previous level |
void |
endTraversal()
Called after the traversal is complete |
void |
goingDown()
Going down to the next level |
void |
visit(TreeNode node)
Visiting a node of the tree |
| Method Detail |
public void visit(TreeNode node)
node - public void goingDown()
public void climbingUp()
public void beginTraversal()
public void endTraversal()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||