Interface TreeUtils.TreeVisitor<T>

Type Parameters:
T - 节点类型
Enclosing class:
TreeUtils
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface TreeUtils.TreeVisitor<T>
树节点访问器接口.
Author:
Liu,Dongdong
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit(T node)
    访问节点.
  • Method Details

    • visit

      void visit(T node)
      访问节点.
      Parameters:
      node - 节点