Interface DoubleAccess

All Superinterfaces:
DataAccess
All Known Subinterfaces:
VolatileDoubleAccess
All Known Implementing Classes:
AbstractDoubleArray, AbstractVolatileDoubleArray, DirtyDoubleArray, DirtyVolatileDoubleArray, DoubleArray, DoubleBufferAccess, DoubleNtree, RealDoubleSamplerConverter.RealConvertingDoubleAccess, VolatileDoubleArray

public interface DoubleAccess extends DataAccess
TODO
  • Method Summary

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

    Methods inherited from interface DataAccess

    createView
  • Method Details

    • getValue

      double getValue(int index)
    • setValue

      void setValue(int index, double value)