Collections.Map.containsKey()

Signature

boolean containsKey ( Object map, Object key )

Domain

ACTION

Description

Returns true, if this map contains a mapping for the specified.

Parameters

NameTypeDescription
mapObjectThe Map object
keyObjectKey whose presence in this map is to be tested

Returns

TypeDescription
booleantrue, If this map contains a mapping for the specified key

Cautions

none