Although this method could be implemented in terms of addIndexedChild
and removeIndexedChild
, it is present on this interface in order to allow for more efficient implementations.
@param childIndex the zero-based index to add the child at. @param child the new child node
@see #removeIndexedChild
|
|
|
|
|
|