Interface IpaTernaryTreeNodeVisitor<V>
public interface IpaTernaryTreeNodeVisitor<V>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvisit(IpaTernaryTreeNode<V> node) Accept the given tree node
-
Method Details
-
visit
Accept the given tree node- Parameters:
node-- Returns:
trueif this visit should stop when usingIpaTernaryTreeNode.acceptVisitFirst(IpaTernaryTreeNodeVisitor)
-