public class DirtyVolatileIntArray extends AbstractVolatileIntArray<DirtyVolatileIntArray> implements VolatileIntAccess, Dirty
Modifier and Type | Field and Description |
---|---|
protected boolean |
dirty |
isValid
data
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, isValid
getArrayLength, getCurrentStorageArray, getValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isValid
getArrayLength, getCurrentStorageArray
public DirtyVolatileIntArray(int numEntities, boolean isValid)
public DirtyVolatileIntArray(int[] data, boolean isValid)
public void setValue(int index, int value)
setValue
in interface IntAccess
setValue
in class AbstractIntArray<DirtyVolatileIntArray>
public DirtyVolatileIntArray createArray(int numEntities, boolean isValid)
createArray
in interface VolatileArrayDataAccess<DirtyVolatileIntArray>
Copyright © 2015–2022 ImgLib2. All rights reserved.