Returns a view of this multimap as a map.
Map<K, Set<V>> asMap() => new _WrappedMap<K, V, Set<V>>(this);