getChildCount

abstract fun getChildCount(node: N): Int

Returns the number of children of a given node.

Return

the number of children

Parameters

node

the parent node.