Interface BinaryTreeNode<T extends BinaryTreeNode<T>>

    • Method Detail

      • left

        T left()
        Returns the left sub node.
        Returns:
        the left sub node
      • right

        T right()
        Returns the right sub node.
        Returns:
        the right sub node