Applies f to each {key, value} pair of the multimap.
f
It is an error to add or remove keys from the map during iteration.
void forEach(void f(K key, V value));