Class FloatArray

    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FloatArray

        public FloatArray()
    • Method Detail

      • getFloat

        public abstract float getFloat​(int aIndex)
      • setFloat

        public abstract void setFloat​(int aIndex,
                                      float aValue)
      • floatArrayLength

        public abstract int floatArrayLength()