Interface DoubleAccess
- All Superinterfaces:
DataAccess
- All Known Subinterfaces:
VolatileDoubleAccess
- All Known Implementing Classes:
AbstractDoubleArray, AbstractVolatileDoubleArray, DirtyDoubleArray, DirtyVolatileDoubleArray, DoubleArray, DoubleBufferAccess, DoubleNtree, RealDoubleSamplerConverter.RealConvertingDoubleAccess, VolatileDoubleArray
TODO
-
Method Summary
Methods inherited from interface DataAccess
createView
-
Method Details
-
getValue
double getValue(int index) -
setValue
void setValue(int index, double value)
-