HashMap.containsKey

Returns <tt>true</tt> if this map contains a mapping for the specified key.

@param key The key whose presence in this map is to be tested @return <tt>true</tt> if this map contains a mapping for the specified key.

class HashMap(K, V)
override
bool
containsKey
(
K key
)

Meta