korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-datastructure
/
korlibs.datastructure
/
sortedMapOf
sorted
Map
Of
fun
<
K
,
V
>
sortedMapOf
(
comparator
:
Comparator
<
K
>
,
vararg
values
:
Pair
<
K
,
V
>
)
:
SortedMap
<
K
,
V
>
fun
<
K
:
Comparable
<
K
>
,
V
>
sortedMapOf
(
vararg
values
:
Pair
<
K
,
V
>
)
:
SortedMap
<
K
,
V
>