mutable List Multimap Of
Returns an empty new MutableListMultimap.
fun <K, V> mutableListMultimapOf(vararg elements: Pair<K, Collection<V>>): MutableListMultimap<K, V>(source)
Returns a new MutableListMultimap with the given elements.