Prev
Open Object Rexx
Next
5.3.6.37. stableSortWith
>>-stableSortWith(comparator)----------------------------------><
Sorts an array 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.
Prev
5.3.6.36. stableSort
Up
Home
Next
5.3.6.38. supplier