Interface TreeNodeVisitor<T>

    • Method Summary

      Modifier and Type Method and Description
      void visit(TreeNode<? extends T> element, int depth)
       
    • Method Detail

      • visit

        void visit(TreeNode<? extends T> element,
                   int depth)