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