commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-collections
/
xyz.xenondevs.commons.collections
/
enumMapOf
enum
Map
Of
inline
fun
<
K
:
Enum
<
K
>
,
V
>
enumMapOf
(
vararg
pairs
:
Pair
<
K
,
V
>
)
:
EnumMap
<
K
,
V
>