toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
LinkedHashMapList
Linked
Hash
Map
List
fun
<
K
,
V
>
LinkedHashMapList
(
items
:
List
<
Pair
<
K
,
V
>
>
)
:
MutableMapList
<
K
,
V
>
fun
<
K
,
V
>
LinkedHashMapList
(
items
:
MapList
<
K
,
V
>
)
:
MutableMapList
<
K
,
V
>