Package net.imglib2.img.basictypeaccess
Interface BooleanAccess
-
- All Superinterfaces:
DataAccess
- All Known Subinterfaces:
VolatileBooleanAccess
- All Known Implementing Classes:
AbstractBooleanArray,AbstractVolatileBooleanArray,BooleanArray,DirtyBooleanArray,DirtyVolatileBooleanArray,VolatileBooleanArray
public interface BooleanAccess extends DataAccess
TODO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetValue(int index)voidsetValue(int index, boolean value)-
Methods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
-