Class DirtyCharArray
- java.lang.Object
-
- net.imglib2.img.basictypeaccess.array.AbstractCharArray<DirtyCharArray>
-
- net.imglib2.img.basictypeaccess.array.DirtyCharArray
-
- All Implemented Interfaces:
java.io.Serializable,Dirty,ArrayDataAccess<DirtyCharArray>,CharAccess,DataAccess
public class DirtyCharArray extends AbstractCharArray<DirtyCharArray> implements Dirty
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleandirty-
Fields inherited from class net.imglib2.img.basictypeaccess.array.AbstractCharArray
data
-
-
Constructor Summary
Constructors Constructor Description DirtyCharArray(char[] data)DirtyCharArray(int numEntities)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirtyCharArraycreateArray(int numEntities)booleanisDirty()voidsetDirty()voidsetDirty(boolean dirty)voidsetValue(int index, char value)-
Methods inherited from class net.imglib2.img.basictypeaccess.array.AbstractCharArray
getArrayLength, getCurrentStorageArray, getValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
-
-
-
Method Detail
-
setValue
public void setValue(int index, char value)- Specified by:
setValuein interfaceCharAccess- Overrides:
setValuein classAbstractCharArray<DirtyCharArray>
-
createArray
public DirtyCharArray createArray(int numEntities)
- Specified by:
createArrayin interfaceArrayDataAccess<DirtyCharArray>
-
-