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 |
setValue(int index,
double value) |
createArray, isValid
getCurrentStorageArray, getValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValue
isValid
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 © 2009–2018 ImgLib2. All rights reserved.