boolean remove ( Object map ,Object key ,Object value )
boolean remove ( Object map ,Object key ,Object value )
Name | Type | Description |
---|---|---|
map | Object | The concurrent map object |
key | Object | key with which the specified value is to be associated. |
value | Object | value to be associated with the specified key. |
Type | Description |
---|---|
boolean | true if the value was removed, false otherwise . |