Interface VolatileCharAccess
-
- All Superinterfaces:
CharAccess,DataAccess,VolatileAccess
- All Known Implementing Classes:
CharBufferAccess,DirtyVolatileCharArray,VolatileCharArray
public interface VolatileCharAccess extends CharAccess, VolatileAccess
-
-
Method Summary
-
Methods inherited from interface net.imglib2.img.basictypeaccess.CharAccess
getValue, setValue
-
Methods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
Methods inherited from interface net.imglib2.img.basictypeaccess.volatiles.VolatileAccess
isValid
-
-