removeNode

abstract fun removeNode(node: Node<T>)(source)

Removes node. If node removal is unsupported, it does nothing.