This method of the VectorSort Class compares two elements in the vector 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. |
compare(int,int) in Sort.