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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description char
getValue(int index)
void
setValue(int index, char value)
-