Removes all data from the multimap.
void clear() { _map.forEach((K key, Iterable<V> value) => _clear(value)); _map.clear(); }