appendEmptyChildren

@JvmName(name = "appendChildrenNames")
fun appendEmptyChildren(names: List<String>): TreeNode<T>

Add empty children nodes to this node, pass a List with nodes' names

Return

this TreeNode for chaining calls


fun appendEmptyChildren(vararg names: String): TreeNode<T>

Add empty children nodes to this node, pass names

Return

this TreeNode for chaining calls