Package de.mirkosertic.bytecoder.api.web
Class FloatArray
java.lang.Object
de.mirkosertic.bytecoder.api.web.FloatArray
- All Implemented Interfaces:
OpaqueReferenceType
,TypedArray
-
Constructor Details
-
FloatArray
public FloatArray()
-
-
Method Details
-
getFloat
public abstract float getFloat(int aIndex) -
setFloat
public abstract void setFloat(int aIndex, float aValue) -
floatArrayLength
public abstract int floatArrayLength()
-