Interface IntAccess

All Known Subinterfaces:
VolatileIntAccess
All Known Implementing Classes:
AbstractIntArray, AbstractVolatileIntArray, DirtyIntArray, DirtyVolatileIntArray, IntArray, IntNtree, NtreeIntAccess, VolatileIntArray

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

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

    • getValue

      int getValue(int index)
    • setValue

      void setValue(int index, int value)