Product SiteDocumentation Site

5.3.4.17. stableSortWith


>>-stableSortWith(comparator)----------------------------------><

Sorts a collection of items into ascending order using a stable Mergesort algorithm. Ordering of elements is determined using the comparator argument. See Section 5.3.18, “Sorting Ordered Collections” for details.