public final class IndexedDoubleArraySetter extends Object implements Setter<double[],Double>, DoubleSetter<double[]>
| Constructor and Description |
|---|
IndexedDoubleArraySetter(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(double[] target,
Double value)
Set the properties on the target object to value.
|
void |
setDouble(double[] target,
double value) |
public void setDouble(double[] target,
double value)
throws Exception
setDouble in interface DoubleSetter<double[]>ExceptionCopyright © 2020. All rights reserved.