MaleficExtensions
Toggle table of contents
1.4.4
jvm
Platform filter
jvm
Switch theme
Search in API
MaleficExtensions
core
/
xyz.malefic.ext.tree
Package-level
declarations
Types
Types
Tree
Node
Link copied to clipboard
data
class
TreeNode
<
T
>
(
val
value
:
T
,
val
children
:
List
<
TreeNode
<
T
>
>
=
emptyList()
)
Represents a node in a tree structure, capable of holding a value and a list of child nodes.