forEachValue

inline fun forEachValue(block: (value: Float) -> Unit)

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