Clear all entries in the multimap.
Operates differently depending on whether a value is given:
true if a value existed and has been removed, or false if the specified
key / value does not exist.
Returns a stream of all values associated with the given key. If no value exists, EMPTY_STREAM is returned.
A multimap is a variation of a Map that has potentially multiple values for every key.