map

fun <T, R> SparseArray<T>.map(modifier: (T) -> R): SparseArray<R>