public class DirtyLongArray extends AbstractLongArray<DirtyLongArray> implements Dirty
Modifier and Type | Field and Description |
---|---|
protected boolean |
dirty |
data
Constructor and Description |
---|
DirtyLongArray(int numEntities) |
DirtyLongArray(long[] data) |
Modifier and Type | Method and Description |
---|---|
DirtyLongArray |
createArray(int numEntities) |
boolean |
isDirty() |
void |
setDirty() |
void |
setDirty(boolean dirty) |
void |
setValue(int index,
long value) |
getArrayLength, getCurrentStorageArray, getValue
public DirtyLongArray(int numEntities)
public DirtyLongArray(long[] data)
public void setValue(int index, long value)
setValue
in interface LongAccess
setValue
in class AbstractLongArray<DirtyLongArray>
public DirtyLongArray createArray(int numEntities)
createArray
in interface ArrayDataAccess<DirtyLongArray>
Copyright © 2015–2022 ImgLib2. All rights reserved.