Package net.imglib2.img.basictypeaccess
Interface ShortAccess
-
- All Superinterfaces:
DataAccess
- All Known Subinterfaces:
VolatileShortAccess
- All Known Implementing Classes:
AbstractShortArray,AbstractVolatileShortArray,DirtyShortArray,DirtyVolatileShortArray,ShortArray,ShortBufferAccess,ShortNtree,VolatileShortArray
public interface ShortAccess extends DataAccess
TODO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description shortgetValue(int index)voidsetValue(int index, short value)-
Methods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
-