TreeBuilder
Toggle table of contents
2.0.2
jvm
Platform filter
jvm
Switch theme
Search in API
TreeBuilder
TreeBuilder
/
com.github.treeBuilder
/
Tree
/
appendNode
append
Node
fun
appendNode
(
node
:
TreeNode
<
T
>
,
vararg
path
:
Int
)
:
Boolean
Append a node to a path from root
Return
true
if successful,
false
otherwise