Uses of Interface
up.TreePredicate

Uses of TreePredicate in up
 

Methods in up with parameters of type TreePredicate
 Tree Tree.getCopy(TreePredicate predicate)
          Returns a copy of this tree, ignoring subtrees to which the specified predicate applies.
 Tree Tree.splice(TreePredicate predicate)
          Returns a copy of this tree, with all nodes to which the specified predicate applies spliced out.
 void Tree.traverseLeftToRight(TreePredicate predicate, TraversalHandler handler)
          Traverses this tree left-to-right, 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.