fun <T> SparseArray<T>.remove(key: Int, value: T): Boolean
Removes the entry for key only if it is mapped to value.