Interface TreeNodeVisitor<T>



  • public interface TreeNodeVisitor<T>
    • Method Summary

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

      • visit

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