Removes the mapping for a key from this map if it is present.
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Parameters
- key
- Type: SystemObject
key
Return Value
Type: Vprevious value associated with key or null if there was no mapping for key .
Remarks
The map will not contain a mapping for the specified key once the call returns.
See Also