contains

abstract fun contains(n: 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