Interface DoubleAccess

All Known Subinterfaces:
VolatileDoubleAccess
All Known Implementing Classes:
AbstractDoubleArray, AbstractVolatileDoubleArray, DirtyDoubleArray, DirtyVolatileDoubleArray, DoubleArray, DoubleNtree, VolatileDoubleArray

public interface DoubleAccess
TODO
Author:
Stephan Preibisch, Stephan Saalfeld
  • Method Summary

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

    • getValue

      double getValue(int index)
    • setValue

      void setValue(int index, double value)