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
/
byIdMap
by
Id
Map
fun
<
T
:
Enum
<
T
>
>
byIdMap
(
enumClass
:
Class
<
T
>
,
idMapper
:
ToIntFunction
<
T
>
)
:
Int2ObjectMap
<
T
>
fun
<
T
>
byIdMap
(
idMapper
:
ToIntFunction
<
T
>
,
values
:
Array
<
T
>
)
:
Int2ObjectMap
<
T
>
fun
<
T
>
byIdMap
(
idMapper
:
(
T
)
->
Int
,
values
:
Array
<
T
>
)
:
Int2ObjectMap
<
T
>