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