Minix
5.0.0-alpha
module-common
/
dev.racci.minix.api.utils.collections.muiltimap
/
MutableMultiMap
/
put
put
fun
put
(
key
:
K
,
value
:
V
)
Add the specified value with the specified key in this multimap.