MultiMap
A collection similar to a Map except it allows multiple values to be associated with a single key. The associated values are not necessarily distinct (e.g., key foo
may be associated with value bar
multiple times).
Parameters
K
The type of elements used as keys
V
The type of elements used as values