Interface ShortAccess

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

public interface ShortAccess extends DataAccess
TODO
  • Method Summary

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

    Methods inherited from interface DataAccess

    createView
  • Method Details

    • getValue

      short getValue(int index)
    • setValue

      void setValue(int index, short value)