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

forEach

inline fun <T> LongSparseArray<T>.forEach(action: (key: Long, value: T) -> Unit): Unit

Performs the given action for each key/value entry.