static class ParallelSorter.IntComparer extends java.lang.Object implements ParallelSorter.Comparer
Modifier and Type | Field and Description |
---|---|
private int[] |
a |
Constructor and Description |
---|
IntComparer(int[] a) |
Modifier and Type | Method and Description |
---|---|
int |
compare(int i,
int j) |
public int compare(int i, int j)
compare
in interface ParallelSorter.Comparer