extensions
Toggle table of contents
2.0.1
common
Target filter
common
Switch theme
Search in API
Skip to content
extensions
extensions
/
xyz.malefic.extensions.tree
/
TreeNode
/
TreeNode
Tree
Node
constructor
(
value
:
T
,
children
:
List
<
TreeNode
<
T
>
>
=
emptyList()
)
Parameters
T
The type of the value stored in the TreeNode.