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