surf-api
Toggle table of contents
1.21.4-2.1.3-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
surf-api
surf-api-core-api
/
dev.slne.surf.surfapi.core.api.util
/
mutableObject2ObjectMapOf
mutable
Object2Object
Map
Of
fun
<
K
,
V
>
mutableObject2ObjectMapOf
(
vararg
pairs
:
Pair
<
K
,
V
>
)
:
Object2ObjectOpenHashMap
<
K
,
V
>
fun
<
K
,
V
>
mutableObject2ObjectMapOf
(
)
:
Object2ObjectOpenHashMap
<
K
,
V
>
fun
<
K
,
V
>
mutableObject2ObjectMapOf
(
capacity
:
Int
)
:
Object2ObjectOpenHashMap
<
K
,
V
>