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

Available on Set<T>, provided by the SortSet extension

Sorts the set in place.