Package de.mirkosertic.bytecoder.api.web
Class FloatArray
- java.lang.Object
-
- de.mirkosertic.bytecoder.api.web.FloatArray
-
- All Implemented Interfaces:
OpaqueReferenceType
,TypedArray
public abstract class FloatArray extends java.lang.Object implements TypedArray
-
-
Constructor Summary
Constructors Constructor Description FloatArray()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract int
floatArrayLength()
abstract float
getFloat(int aIndex)
abstract void
setFloat(int aIndex, float aValue)
-