public class ShortArray extends AbstractShortArray<ShortArray>
Modifier and Type | Field and Description |
---|---|
protected short[] |
data |
Constructor and Description |
---|
ShortArray(int numEntities) |
ShortArray(short[] data) |
Modifier and Type | Method and Description |
---|---|
ShortArray |
createArray(int numEntities) |
getArrayLength, getCurrentStorageArray, getValue, setValue
public ShortArray(int numEntities)
public ShortArray(short[] data)
public ShortArray createArray(int numEntities)
Copyright © 2015–2022 ImgLib2. All rights reserved.