IteratorFunction

Interface for map iterator function.

Parameters

<V>

Value type.

Functions

Link copied to clipboard
abstract fun accept(key: Long, value: V)
Accepts a key-value pair from the map.