DoubleSetter<double[]>, Setter<double[],Double>public final class IndexedDoubleArraySetter extends Object implements Setter<double[],Double>, DoubleSetter<double[]>
| Constructor | Description |
|---|---|
IndexedDoubleArraySetter(int index) |
| Modifier and Type | Method | 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 © 2019. All rights reserved.