inline fun SparseLongArray.forEach(action: (key: Int, value: Long) -> Unit): Unit
Performs the given action for each key/value entry.