Interface KDB.Visitor

Enclosing class:
KDB

public static interface KDB.Visitor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    visit(KDB tree)
    Visits a single node of the tree
  • Method Details

    • visit

      boolean visit(KDB tree)
      Visits a single node of the tree
      Parameters:
      tree - Node to visit
      Returns:
      true to continue traversing the tree; false to stop