Interface FloatAccess

All Superinterfaces:
DataAccess
All Known Subinterfaces:
VolatileFloatAccess
All Known Implementing Classes:
AbstractFloatArray, AbstractVolatileFloatArray, DirtyFloatArray, DirtyVolatileFloatArray, FloatArray, FloatBufferAccess, FloatNtree, RealFloatSamplerConverter.RealConvertingFloatAccess, VolatileFloatArray

public interface FloatAccess extends DataAccess
TODO
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    getValue(int index)
     
    void
    setValue(int index, float value)
     

    Methods inherited from interface DataAccess

    createView
  • Method Details

    • getValue

      float getValue(int index)
    • setValue

      void setValue(int index, float value)