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