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