onRemoveAll

abstract fun onRemoveAll(keys: Collection<K>)

Invoked when a collection of entries are removed from the map.

Parameters

keys

The keys of the entries that are removed from the map.