Module org.simpleflatmapper.reflect
Class IndexedFloatArrayGetter
java.lang.Object
org.simpleflatmapper.reflect.getter.IndexedFloatArrayGetter
- All Implemented Interfaces:
Getter<float[],,Float> FloatGetter<float[]>
public final class IndexedFloatArrayGetter
extends Object
implements Getter<float[],Float>, FloatGetter<float[]>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IndexedFloatArrayGetter
public IndexedFloatArrayGetter(int index)
-
-
Method Details
-
getFloat
- Specified by:
getFloatin interfaceFloatGetter<float[]>- Throws:
Exception
-
get
Description copied from interface:GetterReturn the property from the specified object.
-