mutableListMultimapOf

Returns an empty new MutableListMultimap.


fun <K, V> mutableListMultimapOf(vararg elements: Pair<K, V>): MutableListMultimap<K, V>(source)
@JvmName(name = "mutableListMultimapOfCollection")
fun <K, V> mutableListMultimapOf(vararg elements: Pair<K, Collection<V>>): MutableListMultimap<K, V>(source)

Returns a new MutableListMultimap with the given elements.