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