boolean containsKey ( Object map, Object key )boolean containsKey ( Object map, Object key )| Name | Type | Description |
|---|---|---|
map | Object | The Map object |
key | Object | Key whose presence in this map is to be tested |
| Type | Description |
|---|---|
boolean | true, If this map contains a mapping for the specified key |