Module org.simpleflatmapper.reflect
Class IndexedDoubleArraySetter
java.lang.Object
org.simpleflatmapper.reflect.setter.IndexedDoubleArraySetter
- All Implemented Interfaces:
DoubleSetter<double[]>,Setter<double[],Double>
public final class IndexedDoubleArraySetter
extends Object
implements Setter<double[],Double>, DoubleSetter<double[]>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IndexedDoubleArraySetter
public IndexedDoubleArraySetter(int index)
-
-
Method Details
-
setDouble
- Specified by:
setDoublein interfaceDoubleSetter<double[]>- Throws:
Exception
-
set
Description copied from interface:SetterSet the properties on the target object to value.
-