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