public static class AtomicUtils.DoubleArray
extends java.lang.Object
Constructor and Description |
---|
DoubleArray() |
Modifier and Type | Method and Description |
---|---|
static void |
add(double[] ds,
int i,
double y) |
static boolean |
CAS(double[] ds,
int i,
double old,
double newd) |
static void |
max(double[] ds,
int i,
double max) |
static void |
min(double[] ds,
int i,
double min) |