Package net.imglib2.img.basictypeaccess
Interface LongAccess
- All Superinterfaces:
DataAccess
- All Known Subinterfaces:
VolatileLongAccess
- All Known Implementing Classes:
AbstractLongArray,AbstractVolatileLongArray,DirtyLongArray,DirtyVolatileLongArray,LongArray,LongBufferAccess,LongNtree,VolatileLongArray
TODO
-
Method Summary
Methods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
Method Details
-
getValue
long getValue(int index) -
setValue
void setValue(int index, long value)
-