Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts a node among the subnodes of this node.
Syntax
public void AOTinsert(
TreeNode parent,
[TreeNode after,
boolean doNotDuplicate])
Run On
Called
Parameters
- parent
Type: TreeNode Class
The tree node to be inserted.
- after
Type: TreeNode Class
The subnode of this node where the tree node should be inserted; optional.
- doNotDuplicate
Type: boolean