vico
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
vico
core
/
com.patrykandpatrick.vico.core.extension
/
updateAll
update
All
fun
<
K
,
V
>
TreeMap
<
K
,
MutableList
<
V
>
>
.
updateAll
(
other
:
Map
<
K
,
List
<
V
>
>
)
Updates the receiver
TreeMap
with the contents of another
Map
.