Interface FloatAccess

All Known Subinterfaces:
VolatileFloatAccess
All Known Implementing Classes:
AbstractFloatArray, AbstractVolatileFloatArray, DirtyFloatArray, DirtyVolatileFloatArray, FloatArray, FloatNtree, VolatileFloatArray

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

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

    • getValue

      float getValue(int index)
    • setValue

      void setValue(int index, float value)