find

Returns the node at or adjacent to the given key, creating it if requested.

open fun find(key: K, create: Boolean): LinkedHashTreeMap.Node<K, V>