onRemove

abstract fun onRemove(key: K)

Invoked when a single entry is removed from the map.

Parameters

key

The key of the removed entry.