Class CharArray
java.lang.Object
net.imglib2.img.basictypeaccess.array.AbstractCharArray<CharArray>
net.imglib2.img.basictypeaccess.array.CharArray
- All Implemented Interfaces:
Serializable, ArrayDataAccess<CharArray>, CharAccess, DataAccess
- See Also:
-
Field Summary
Fields inherited from class AbstractCharArray
data -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractCharArray
getArrayLength, getCurrentStorageArray, getValue, setValueMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataAccess
createView
-
Constructor Details
-
CharArray
public CharArray(int numEntities) -
CharArray
public CharArray(char[] data)
-
-
Method Details
-
createArray
-