Sort routines of the quick sort and the bubble sort algorithm.
Make a new instance of default settings.
Make a new instance with passing a record which describes options.
Obtain default comparator script in embedded in SortEngine.
Sort a list.
Sort a XList.
Sort each list in two dimensional list according to the order of the list of the specified index.
Sort each XList in two dimensional XList according to the order of the sub XList of the specified index.
Return true when sorting order of the instance is ascending.
Set sorting order.
Set sorting algorithm to quick sort. This is the default.
Set sorting algorithm to bubble sort.
Obtain current comparator script
Set a custom comparator to the instance.