Interface KDB.Visitor
- Enclosing class:
- KDB
public static interface KDB.Visitor
-
Method Summary
-
Method Details
-
visit
Visits a single node of the tree- Parameters:
tree- Node to visit- Returns:
- true to continue traversing the tree; false to stop
-
tree - Node to visit