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