The Sort Class contains the following constructors:
Sort()
doSort(int lo, int size)
Constructs an instance of Sort.
protected Sort();
Sorts a range of elements.
protected void doSort(int lo, int size);
lo | The index of the first element to be sorted. |
size | The number of elements to be sorted. |