Package net.imglib2.img.basictypeaccess
Interface ShortAccess
-
- All Known Subinterfaces:
VolatileShortAccess
- All Known Implementing Classes:
AbstractShortArray
,AbstractVolatileShortArray
,DirtyShortArray
,DirtyVolatileShortArray
,ShortArray
,ShortNtree
,VolatileShortArray
public interface ShortAccess
TODO- Author:
- Stephan Preibisch, Stephan Saalfeld
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description short
getValue(int index)
void
setValue(int index, short value)
-