mutableSetMultimapOf

Returns an empty new MutableMultimap.


fun <K, V> mutableSetMultimapOf(vararg elements: Pair<K, V>): MutableSetMultimap<K, V>(source)
@JvmName(name = "mutableSetMultimapOfCollection")
fun <K, V> mutableSetMultimapOf(vararg elements: Pair<K, Collection<V>>): MutableSetMultimap<K, V>(source)

Returns a new MutableMultimap with the given elements.