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