containsKey

open override fun containsKey(key: K): Boolean

Returns true if the map contains the specified key. This operation is synchronized.

Parameters

key

The key whose presence in the map is to be tested.