contains

open operator override fun contains(node: Node<T>?): Boolean

Verifies if a node is contained inside a neighborhood.

Return

true if n belongs to this neighborhood

Parameters

n

the node to be searched