public class DirtyVolatileDoubleArray extends AbstractVolatileDoubleArray<DirtyVolatileDoubleArray> implements VolatileDoubleAccess, Dirty
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
dirty |
isValiddata| 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, isValidgetArrayLength, getCurrentStorageArray, getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValueisValidgetArrayLength, getCurrentStorageArraypublic DirtyVolatileDoubleArray(int numEntities,
boolean isValid)
public DirtyVolatileDoubleArray(double[] data,
boolean isValid)
public void setValue(int index,
double value)
setValue in interface DoubleAccesssetValue in class AbstractDoubleArray<DirtyVolatileDoubleArray>public DirtyVolatileDoubleArray createArray(int numEntities, boolean isValid)
createArray in interface VolatileArrayDataAccess<DirtyVolatileDoubleArray>Copyright © 2015–2022 ImgLib2. All rights reserved.