Interface TreeNode<T extends TreeNode<T>>

    • Method Detail

      • getParent

        T getParent()
        Returns the parent node or null if this node is the root.
        Returns:
        the parent node