TreeNode.clone

Overview | Methods | This Package | All Packages

TreeNode.clone

Clones the entire subtree rooted at this node.

Syntax

public Object clone()

Return Value

Returns a node that corresponds to the cloned subtree.