open fun putIfAbsent(key: K, value: V): V
Put the entry only if there is no existing entry for that key
key - the key
key
value - the value
value
Return the old value or null, if none