MaleficExtensions
Toggle table of contents
1.4.4
jvm
Platform filter
jvm
Switch theme
Search in API
MaleficExtensions
core
/
xyz.malefic.ext.tree
/
TreeNode
/
TreeNode
Tree
Node
constructor
(
value
:
T
,
children
:
List
<
TreeNode
<
T
>
>
=
emptyList()
)
Parameters
T
The type of the value stored in the TreeNode.