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 Data Structure
/
com.github.adriankuta.datastructure.tree
/
ChildDeclarationInterface
Child
Declaration
Interface
interface
ChildDeclarationInterface
<
T
>
(
source
)
Inheritors
TreeNode
Members
Functions
child
Link copied to clipboard
abstract
fun
child
(
value
:
T
,
childDeclaration
:
ChildDeclaration
<
T
>
?
=
null
)
:
TreeNode
<
T
>
This method is used to easily create child in node.