Class BooleanArray
- java.lang.Object
-
- net.imglib2.img.basictypeaccess.array.AbstractBooleanArray<BooleanArray>
-
- net.imglib2.img.basictypeaccess.array.BooleanArray
-
- All Implemented Interfaces:
java.io.Serializable,ArrayDataAccess<BooleanArray>,BooleanAccess,DataAccess
public class BooleanArray extends AbstractBooleanArray<BooleanArray>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.imglib2.img.basictypeaccess.array.AbstractBooleanArray
data
-
-
Constructor Summary
Constructors Constructor Description BooleanArray(boolean[] data)BooleanArray(int numEntities)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanArraycreateArray(int numEntities)-
Methods inherited from class net.imglib2.img.basictypeaccess.array.AbstractBooleanArray
getArrayLength, getCurrentStorageArray, getValue, setValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
-
-
-
Method Detail
-
createArray
public BooleanArray createArray(int numEntities)
-
-