org.powerscala.hierarchy.MutableContainer
Inserts a child into this container and assigns this container as the parent if the child is of type Element.
Removes the supplied child from this container and nullifies parent if the child is of type Element.
Adds the supplied children immediately after the supplied child in this container.
Adds the supplied children immediately after the supplied child in this container.
the child currently in this container to add after
the children to add
Adds all the supplied children to this container.
Adds all the supplied children to this container.
Lookup a child by index.
Lookup a child by index.
Removes all children from this container.
Inserts the supplied children into this container beginning at the index provided and assigns this container as the parent if the child is of type Element.
The number of children in this container.
The number of children in this container.
Removes all existing children and adds the supplied ones.
(Changed in version 2.9.0) The behavior of scanRight
has changed. The previous behavior can be reproduced with scanRight.reverse.
(Changed in version 2.9.0) transpose
throws an IllegalArgumentException
if collections are not uniformly sized.
Represents the children of this container.