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
public interface LongAccess extends DataAccess
TODO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetValue(int index)voidsetValue(int index, long value)-
Methods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
-