IterableSortedWith<E> extension

on

Methods

sortedWith(Comparator<E> comparator) SortedList<E>
Returns a new list with all elements sorted according to specified comparator.