containsNode

abstract fun containsNode(nodeId: Long): Boolean

Checks if the given node is contained in this tree.

Return

true, if the node is contained in this tree, or false, otherwise

Parameters

nodeId

id of the desired node