sortedSetOf

fun <V : Comparable<V>> sortedSetOf(vararg values: V): SortedSet<V>

Returns a new read-only sorted set with the given elements. Elements of the set are iterated in according to their natural order.