public final class SortUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
swapDouble(int doubleArity,
double[] v,
int a,
int b,
double[] arityBuffer)
Swaps the value blocks in v[] based on a, b and doubleArity.
|
static void |
swapFloat(int floatArity,
float[] v,
int a,
int b,
float[] arityBuffer)
Swaps the value blocks in v[] based on a, b and floatArity.
|
public static void swapFloat(int floatArity,
float[] v,
int a,
int b,
float[] arityBuffer)
java.lang.IndexOutOfBoundsException - if floatArity is negativepublic static void swapDouble(int doubleArity,
double[] v,
int a,
int b,
double[] arityBuffer)
java.lang.IndexOutOfBoundsException - if doubleArity is negative