|
@@ -25,7 +25,7 @@ public interface IndexedSortable {
|
|
|
|
|
|
/**
|
|
|
* Compare items at the given addresses consistent with the semantics of
|
|
|
- * {@link java.util.Comparable#compare}.
|
|
|
+ * {@link java.util.Comparator#compare(Object, Object)}.
|
|
|
*/
|
|
|
int compare(int i, int j);
|
|
|
|