isRoot

abstract fun isRoot(node: N): Boolean

Tells whether the given node is the root node or not.

Return

true if it is the root node, false otherwise.

Parameters

node

the node