nodeRemoved

open fun nodeRemoved(node: Node<T>, oldNeighborhood: Neighborhood<T>)

Parameters

node

the freshly removed node

oldNeighborhood

the neighborhood of the node as it was before it was removed (used to calculate reverse dependencies)