prepend


Description:

public void prepend (TreeNode child)

Prepends child to the list of children owned by this.

Parameters:

this

A TreeNode.

child

A TreeNode.