guava-kotlin
0.1.0
0.1.0
0.0.1
guava-kotlin
/
ca.solostudios.guava.kotlin.collect
/
toMutableMultiset
to
Mutable
Multiset
fun
<
E
>
Collection
<
E
>
.
toMutableMultiset
(
)
:
MutableMultiset
<
E
>
(
source
)
Returns a new
MutableMultiset
filled with all elements of this collection.
See also
Hash
Multiset.
create