public abstract class AbstractBooleanArray<A extends AbstractBooleanArray<A>> extends Object implements BooleanAccess, ArrayDataAccess<A>
Modifier and Type | Field and Description |
---|---|
protected boolean[] |
data |
Constructor and Description |
---|
AbstractBooleanArray(boolean[] data) |
AbstractBooleanArray(int numEntities) |
Modifier and Type | Method and Description |
---|---|
int |
getArrayLength() |
boolean[] |
getCurrentStorageArray() |
boolean |
getValue(int index) |
void |
setValue(int index,
boolean value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createArray
public AbstractBooleanArray(int numEntities)
public AbstractBooleanArray(boolean[] data)
public boolean getValue(int index)
getValue
in interface BooleanAccess
public void setValue(int index, boolean value)
setValue
in interface BooleanAccess
public boolean[] getCurrentStorageArray()
getCurrentStorageArray
in interface ArrayDataAccess<A extends AbstractBooleanArray<A>>
public int getArrayLength()
getArrayLength
in interface ArrayDataAccess<A extends AbstractBooleanArray<A>>
Copyright © 2015–2022 ImgLib2. All rights reserved.