forEach

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

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