multiMapOf

fun <K, V> multiMapOf(vararg pairs: <Error class: unknown class><K, V>): MultiMap<K, V>

Create a new MultiMap 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