get

open operator override fun get(key: K): V?

Returns the value associated with the specified key, or null if the map contains no mapping for the key. This operation is synchronized.

Parameters

key

The key whose associated value is to be returned.