accept

abstract fun accept(key: Long, value: V)

Accepts a key-value pair from the map.

Parameters

key

The key.

value

The value.