core-ktx / androidx.util / android.util.SparseLongArray / forEach

forEach

inline fun SparseLongArray.forEach(action: (key: Int, value: Long) -> Unit): Unit

Performs the given action for each key/value entry.