guava-kotlin
0.1.0
0.1.0
0.0.1
guava-kotlin
/
ca.solostudios.guava.kotlin.collect
/
mutableMultisetOf
mutable
Multiset
Of
fun
<
T
>
mutableMultisetOf
(
)
:
MutableMultiset
<
T
>
(
source
)
Returns an empty new
MutableMultiset
.
fun
<
T
>
mutableMultisetOf
(
vararg
elements
:
T
)
:
MutableMultiset
<
T
>
(
source
)
Returns a new
MutableMultiset
with the given elements.