IMapTKey, TValueDelete Method |
Namespace: Hazelcast.Core
Exception | Condition |
---|---|
InvalidCastException | if the key is of an inappropriate type for this map (optional) |
ArgumentNullException | if the specified key is null. |
this operation does not return removed value to avoid serialization cost of returned value. If the removed value will not be used, delete operation should be preferred over remove operation for a better performance.
The map will not contain a mapping for the specified key once the call returns.