Searched defs:putAll (Results 1 – 10 of 10) sorted by relevance
73 public fun <T> LongSparseArray<T>.putAll(other: LongSparseArray<T>): Unit = other.forEach(::put) in putAll() method
73 public fun <T> SparseArray<T>.putAll(other: SparseArray<T>): Unit = other.forEach(::put) in putAll() method
74 public fun SparseBooleanArray.putAll(other: SparseBooleanArray): Unit = other.forEach(::put) in putAll() method
72 public fun SparseIntArray.putAll(other: SparseIntArray): Unit = other.forEach(::put) in putAll() method
72 public fun SparseLongArray.putAll(other: SparseLongArray): Unit = other.forEach(::put) in putAll() method
149 fun putAll() { in <lambda>() method
145 fun putAll() { in <lambda>() method
151 fun putAll() { in <lambda>() method
149 fun putAll() { in <lambda>() method in androidx.core.util.SparseLongArrayTest