map
0.4.0
common
map
/
dev.kord.cache.map
/
MapLikeCollection
/
Companion
/
concurrentHashMap
concurrent
Hash
Map
fun
<
K
,
V
:
Any
>
concurrentHashMap
(
map
:
ConcurrentMutableMap
<
K
,
V
>
=
ConcurrentMutableMap()
)
:
MapLikeCollection
<
K
,
V
>
Wraps the
map
in a
MapLikeCollection
.