This method of the ArraySort Class compares two elements in the array using the Comparison object.
protected int compare(int p, int q);
Returns the result of the comparison.
p | The index of the first operand of the comparison. |
q | The index of the second operand of the comparison. |