Class FloatArray

java.lang.Object
de.mirkosertic.bytecoder.api.web.FloatArray
All Implemented Interfaces:
OpaqueReferenceType, TypedArray

public abstract class FloatArray extends Object implements 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()