Class DirtyLongArray
- java.lang.Object
-
- net.imglib2.img.basictypeaccess.array.AbstractLongArray<DirtyLongArray>
-
- net.imglib2.img.basictypeaccess.array.DirtyLongArray
-
- All Implemented Interfaces:
java.io.Serializable
,Dirty
,ArrayDataAccess<DirtyLongArray>
,LongAccess
public class DirtyLongArray extends AbstractLongArray<DirtyLongArray> implements Dirty
- Author:
- Stephan Saalfeld
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
dirty
-
Fields inherited from class net.imglib2.img.basictypeaccess.array.AbstractLongArray
data
-
-
Constructor Summary
Constructors Constructor Description DirtyLongArray(int numEntities)
DirtyLongArray(long[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirtyLongArray
createArray(int numEntities)
boolean
isDirty()
void
setDirty()
void
setValue(int index, long value)
-
Methods inherited from class net.imglib2.img.basictypeaccess.array.AbstractLongArray
getCurrentStorageArray, getValue
-
-
-
-
Method Detail
-
setValue
public void setValue(int index, long value)
- Specified by:
setValue
in interfaceLongAccess
- Overrides:
setValue
in classAbstractLongArray<DirtyLongArray>
-
createArray
public DirtyLongArray createArray(int numEntities)
- Specified by:
createArray
in interfaceArrayDataAccess<DirtyLongArray>
-
-