containsKey

open fun containsKey(key: Long): Boolean

Checks if a key is contained in the map.

Return

true if the key has an associated value, false if not

Parameters

key

the key to check