inline fun SparseIntArray.getOrDefault(key: Int, defaultValue: Int): Int
Return the value corresponding to key, or defaultValue when not present.