|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TraversalHandler in up |
---|
Methods in up with parameters of type TraversalHandler | |
---|---|
void |
Tree.traverseLeftToRight(TraversalHandler handler)
Traverses this tree left-to-right, sending notifications to the specified handler. |
void |
Tree.traverseLeftToRight(TreePredicate predicate,
TraversalHandler handler)
Traverses this tree left-to-right, sending notifications to the specified handler. |
void |
Tree.traverseRightToLeft(TraversalHandler handler)
Traverses this tree right-to-left, sending notifications to the specified handler. |
void |
Tree.traverseRightToLeft(TreePredicate predicate,
TraversalHandler handler)
Traverses this tree right-to-left, sending notifications to the specified handler. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |