public class DirtyVolatileIntArray extends AbstractVolatileIntArray<DirtyVolatileIntArray> implements VolatileIntAccess, Dirty
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
dirty |
isValiddata| Constructor and Description |
|---|
DirtyVolatileIntArray(int[] data,
boolean isValid) |
DirtyVolatileIntArray(int numEntities,
boolean isValid) |
| Modifier and Type | Method and Description |
|---|---|
DirtyVolatileIntArray |
createArray(int numEntities,
boolean isValid) |
boolean |
isDirty() |
void |
setDirty() |
void |
setDirty(boolean dirty) |
void |
setValue(int index,
int value) |
createArray, isValidgetArrayLength, getCurrentStorageArray, getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisValidgetArrayLength, getCurrentStorageArraypublic DirtyVolatileIntArray(int numEntities,
boolean isValid)
public DirtyVolatileIntArray(int[] data,
boolean isValid)
public void setValue(int index,
int value)
setValue in interface IntAccesssetValue in class AbstractIntArray<DirtyVolatileIntArray>public DirtyVolatileIntArray createArray(int numEntities, boolean isValid)
createArray in interface VolatileArrayDataAccess<DirtyVolatileIntArray>Copyright © 2015–2022 ImgLib2. All rights reserved.