| Parameter | Description |
|---|---|
| container | The multi hash map. |
| key | The key of the key-value pairs to remove. |
| value | The value of the key-value pairs to remove. |
Removes all occurrences of a particular key-value pair.
Removes all key-value pairs which have a particular key and which "also have" a particular value. In other words: (key "AND" value) rather than (key "OR" value).