isLeaf

open override fun isLeaf(node: AbstractTreeMapNode<Row, Column>): 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