Interface LongAccess

All Superinterfaces:
DataAccess
All Known Subinterfaces:
VolatileLongAccess
All Known Implementing Classes:
AbstractLongArray, AbstractVolatileLongArray, DirtyLongArray, DirtyVolatileLongArray, LongArray, LongBufferAccess, LongNtree, VolatileLongArray

public interface LongAccess extends DataAccess
TODO
  • Method Summary

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

    Methods inherited from interface DataAccess

    createView
  • Method Details

    • getValue

      long getValue(int index)
    • setValue

      void setValue(int index, long value)