append


Description:

public void append (TreeNode child)

Appends child to the list of children owned by this.

Parameters:

this

A TreeNode.

child

A TreeNode.