sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core-ktx
/
androidx.core.util
/
putAll
put
All
fun
<
T
>
LongSparseArray
<
T
>
.
putAll
(
other
:
LongSparseArray
<
T
>
)
(
source
)
fun
<
T
>
SparseArray
<
T
>
.
putAll
(
other
:
SparseArray
<
T
>
)
(
source
)
fun
SparseBooleanArray
.
putAll
(
other
:
SparseBooleanArray
)
(
source
)
fun
SparseIntArray
.
putAll
(
other
:
SparseIntArray
)
(
source
)
fun
SparseLongArray
.
putAll
(
other
:
SparseLongArray
)
(
source
)
Update this collection by adding or replacing entries from
other
.