getNeighborhood

abstract fun getNeighborhood(node: Node<T>): Neighborhood<T>(source)

Given a node, this method returns its neighborhood.