newNode

abstract fun newNode(key: K, referenceQueue: ReferenceQueue<K>, value: V, hash: Int): WeakHashMapCache.KeyRefNode<K, V>