Adds a list of children to this node.
void addChildren(Iterable<TreeNode<T>> newChildren) { newChildren.forEach(addChild); }