Container Node
open class ContainerNode(children: MutableMap<String, TreeNode>, isPlaceHolder: Boolean) : MapNode
Content copied to clipboard
Tree node that contains children nodes.
Constructors
ContainerNode
Link copied to clipboard
fun ContainerNode(children: MutableMap<String, TreeNode>, isPlaceHolder: Boolean = false)
Content copied to clipboard
Types
Functions
getOrNull
Link copied to clipboard
isPlaceHolderNode
Link copied to clipboard
withFallback
Link copied to clipboard
withoutPlaceHolder
Link copied to clipboard
Properties
children
Link copied to clipboard
isPlaceHolder
Link copied to clipboard
leafByPath
Link copied to clipboard
Extensions
promoteToList
Link copied to clipboard
Sources
jvm source
Link copied to clipboard