hasNoChildren

actual abstract fun hasNoChildren(node: N): Boolean

Tells whether the given node is a leaf node or not.

Return

true if it is a leaf node, false otherwise.

Parameters

node

the node

expect abstract fun hasNoChildren(node: N): Boolean

Tells whether the given node is a leaf node or not.

Return

true if it is a leaf node, false otherwise.

Parameters

node

the node

actual abstract fun hasNoChildren(node: N): Boolean

Tells whether the given node is a leaf node or not.

Return

true if it is a leaf node, false otherwise.

Parameters

node

the node

actual abstract fun hasNoChildren(node: N): Boolean

Tells whether the given node is a leaf node or not.

Return

true if it is a leaf node, false otherwise.

Parameters

node

the node