Class BooleanArray
java.lang.Object
net.imglib2.img.basictypeaccess.array.AbstractBooleanArray<BooleanArray>
net.imglib2.img.basictypeaccess.array.BooleanArray
- All Implemented Interfaces:
Serializable, ArrayDataAccess<BooleanArray>, BooleanAccess, DataAccess
- See Also:
-
Field Summary
Fields inherited from class AbstractBooleanArray
data -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractBooleanArray
getArrayLength, getCurrentStorageArray, getValue, setValueMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataAccess
createView
-
Constructor Details
-
BooleanArray
public BooleanArray(int numEntities) -
BooleanArray
public BooleanArray(boolean[] data)
-
-
Method Details
-
createArray
-