kounter
1.4.3
kounter
/
com.github.pgreze.kollections
/
mutableMultiListWithDefaultOf
mutable
Multi
List
With
Default
Of
fun
<
K
,
V
>
mutableMultiListWithDefaultOf
(
vararg
entries
:
Pair
<
K
,
List
<
V
>
>
,
defaultValue
:
(
key
:
K
)
->
List
<
V
>
=
{ listOf() }
)
:
MutableMapWithDefault
<
K
,
List
<
V
>
>
Content copied to clipboard