Package net.imglib2.img.basictypeaccess
Interface CharAccess
- All Known Subinterfaces:
VolatileCharAccess
- All Known Implementing Classes:
AbstractCharArray
,AbstractVolatileCharArray
,CharArray
,CharNtree
,DirtyCharArray
,DirtyVolatileCharArray
,VolatileCharArray
public interface CharAccess
TODO
- Author:
- Stephan Preibisch, Stephan Saalfeld
-
Method Summary
-
Method Details
-
getValue
char getValue(int index) -
setValue
void setValue(int index, char value)
-