onPut

abstract fun onPut(key: K, value: V)

Invoked when a single entry is put to the map.

Parameters

key

The key of the entry.

value

The value of the entry.