public final class SortAll extends Object implements ArrayOperation
Modifier and Type | Field and Description |
---|---|
static int |
THRESHOLD |
Constructor and Description |
---|
SortAll() |
Modifier and Type | Method and Description |
---|---|
static void |
sort(long[] primary,
double[] secondary) |
static void |
sort(long[] primary,
Object[] secondary) |
int |
threshold() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setAllOperationThresholds, setThresholdsMaxValue, setThresholdsMinValue
public static void sort(long[] primary, double[] secondary)
public static void sort(long[] primary, Object[] secondary)
public int threshold()
threshold
in interface ArrayOperation
Copyright © 2019 Optimatika. All rights reserved.