clear

fun clear()

Removes all the mappings from this multimap.


fun clear(onRemove: (K, V) -> Unit)

Clears this multimap of all mappings.

Parameters

onRemove

The action to run on each key with its values.