Removes the child of this node at the specified position. Indexes begin at 0 and count up to one less than the number of children in this node.
@param position index of the node to remove @return the node which was removed @throws IndexOutOfBoundsException if the index is negative orgreater than or equal to the number of children of this node
|
|
|
|
|
|
|
|
|
|
|
|