cache
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
cache
map
/
dev.kord.cache.map
/
MapLikeCollection
/
Companion
/
concurrentHashMap
concurrent
Hash
Map
fun
<
K
,
V
:
Any
>
concurrentHashMap
(
map
:
ConcurrentHashMap
<
K
,
V
>
=
ConcurrentHashMap()
)
:
MapLikeCollection
<
K
,
V
>
Wraps the
map
in a
MapLikeCollection
.