public class BooleanArray extends AbstractBooleanArray<BooleanArray>
data
Constructor and Description |
---|
BooleanArray(boolean[] data) |
BooleanArray(int numEntities) |
Modifier and Type | Method and Description |
---|---|
BooleanArray |
createArray(int numEntities) |
getArrayLength, getCurrentStorageArray, getValue, setValue
public BooleanArray(int numEntities)
public BooleanArray(boolean[] data)
public BooleanArray createArray(int numEntities)
Copyright © 2015–2022 ImgLib2. All rights reserved.