public class DirtyVolatileDoubleArray extends AbstractVolatileDoubleArray<DirtyVolatileDoubleArray> implements VolatileDoubleAccess, Dirty
Modifier and Type | Field and Description |
---|---|
protected boolean |
dirty |
isValid
data
Constructor and Description |
---|
DirtyVolatileDoubleArray(double[] data,
boolean isValid) |
DirtyVolatileDoubleArray(int numEntities,
boolean isValid) |
Modifier and Type | Method and Description |
---|---|
DirtyVolatileDoubleArray |
createArray(int numEntities,
boolean isValid) |
boolean |
isDirty() |
void |
setDirty() |
void |
setDirty(boolean dirty) |
void |
setValue(int index,
double value) |
createArray, isValid
getArrayLength, getCurrentStorageArray, getValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValue
isValid
getArrayLength, getCurrentStorageArray
public DirtyVolatileDoubleArray(int numEntities, boolean isValid)
public DirtyVolatileDoubleArray(double[] data, boolean isValid)
public void setValue(int index, double value)
setValue
in interface DoubleAccess
setValue
in class AbstractDoubleArray<DirtyVolatileDoubleArray>
public DirtyVolatileDoubleArray createArray(int numEntities, boolean isValid)
createArray
in interface VolatileArrayDataAccess<DirtyVolatileDoubleArray>
Copyright © 2015–2022 ImgLib2. All rights reserved.