Node

Create the header entry.

open fun Node()

Create a regular entry.

open fun Node(parent: LinkedHashTreeMap.Node<K, V>, key: K, hash: Int, next: LinkedHashTreeMap.Node<K, V>, prev: LinkedHashTreeMap.Node<K, V>)