Tree Data Structure
Toggle table of contents
4.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Tree Data Structure
tree-structure-serialization
/
com.github.adriankuta.datastructure.tree.serialization
/
toTreeNode
to
Tree
Node
fun
<
T
>
TreeNodeDto
<
T
>
.
toTreeNode
(
)
:
TreeNode
<
T
>
(
source
)
Rebuilds a mutable
TreeNode
tree from this DTO.