open fun replace(key: K, value: V): V
Replace the entry only if there is an existing entry with the key
key - the key
key
value - the new value
value
Return the old value