Interface ShortAccess

All Known Subinterfaces:
VolatileShortAccess
All Known Implementing Classes:
AbstractShortArray, AbstractVolatileShortArray, DirtyShortArray, DirtyVolatileShortArray, ShortArray, ShortNtree, VolatileShortArray

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

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

    • getValue

      short getValue(int index)
    • setValue

      void setValue(int index, short value)