Removes the given key value pair from the multimap.
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Parameters
- key
- Type: SystemObject
the key of the entry to remove - value
- Type: SystemObject
the value of the entry to remove
Return Value
Type: Booleantrue if the size of the multimap changed after the remove operation, false otherwise.
See Also