static class ParallelSorter.FloatComparer extends java.lang.Object implements ParallelSorter.Comparer
Modifier and Type | Field and Description |
---|---|
private float[] |
a |
Constructor and Description |
---|
FloatComparer(float[] 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