Package net.imglib2.img.basictypeaccess
Interface LongAccess
-
- All Known Subinterfaces:
VolatileLongAccess
- All Known Implementing Classes:
AbstractLongArray
,AbstractVolatileLongArray
,DirtyLongArray
,DirtyVolatileLongArray
,LongArray
,LongNtree
,VolatileLongArray
public interface LongAccess
TODO- Author:
- Stephan Preibisch, Stephan Saalfeld
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getValue(int index)
void
setValue(int index, long value)
-