mutableMultiMapOf

fun <K, V> mutableMultiMapOf(vararg pairs: <Error class: unknown class><K, V>): MutableMultiMap<K, V>

Create a new MutableMultiMap from the given key-value pairs.

Parameters

K

The type of elements used as keys

V

The type of elements used as values

pairs

The elements to be contained by the new multimap