set

operator fun <T> SparseArray<T>.set(key: Int, value: T?)

Sets value for specified key.