sorted Set Of
Returns a new java.util.SortedSet with the given elements.
fun <T> sortedSetOf(comparator: Comparator<in T>, vararg elements: T): TreeSet<T>
Content copied to clipboard
Returns a new java.util.SortedSet with the given comparator and elements.