sortedSetOf
Returns a new java.util.SortedSet with the given elements.
fun
<
T
>
sortedSetOf
(
comparator
:
Comparator
<
in
T
>
,
vararg
elements
:
T
)
:
TreeSet
<
T
>
(source)
Returns a new java.util.SortedSet with the given comparator and elements.