forEach

inline fun forEach(block: (key: K, value: V) -> Unit)

Iterates over every key/value pair stored in this map by invoking the specified block lambda.