Minix
5.0.0-alpha
module-common
/
dev.racci.minix.api.utils.collections.muiltimap
/
MutableMultiMap
/
putIfAbsent
put
If
Absent
fun
putIfAbsent
(
key
:
K
,
value
:
V
)
Associate the specified key with the given value if this key is not present within the multimap.