onPutAll

abstract fun onPutAll(from: Map<out K, V>)

Invoked when multiple map entries are put to the map.

Parameters

from

The map entries that are put to the map.