Interface IntAccess

All Superinterfaces:
DataAccess
All Known Subinterfaces:
VolatileIntAccess
All Known Implementing Classes:
AbstractIntArray, AbstractVolatileIntArray, CompositeARGBSamplerConverter.CompositeARGBAccess, CompositeARGBSamplerConverter.CompositeRGBAccess, DirtyIntArray, DirtyVolatileIntArray, IntArray, IntBufferAccess, IntNtree, VolatileIntArray

public interface IntAccess extends DataAccess
TODO
  • Method Summary

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

    Methods inherited from interface DataAccess

    createView
  • Method Details

    • getValue

      int getValue(int index)
    • setValue

      void setValue(int index, int value)