Object remove ( Object map, Object key )
Object remove ( Object map, Object key )
Name | Type | Description |
---|---|---|
map | Object | The map object |
key | Object | Key whose mapping is to be removed from the map |
Type | Description |
---|---|
Object | The previous value associated with key, or null if there was no mapping for key. |