removeInternal

Removes {@code node} from this tree, rearranging the tree's structure as necessary.

Parameters

unlink

true to also unlink this node from the iteration linked list.

open fun removeInternal(node: LinkedHashTreeMap.Node<K, V>, unlink: Boolean)