getChildren

abstract fun getChildren(parent: N): Iterable<N>

Returns an iterator of the children of the given node.

Return

the children

Parameters

parent

the parent node