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