SortSet<T extends Object> extension

Extension providing the method sort for sorting a Set<T extends Object> in place.

on

Methods

sort([Comparator<T>? comparator]) → void
Sorts the set in place.