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
/
siblings
siblings
fun
<
T
>
TreeNode
<
T
>
.
siblings
(
)
:
List
<
TreeNode
<
T
>
>
(
source
)
The other children of this node's parent (excludes this node). Empty for the root.