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
TODO
-
Method Summary
Methods inherited from interface DataAccess
createView
-
Method Details
-
getValue
int getValue(int index) -
setValue
void setValue(int index, int value)
-