public class ShortArrayWrapper extends java.lang.Object implements IPrimaryArrayWrapper
| Constructor and Description |
|---|
ShortArrayWrapper(short[] data) |
| Modifier and Type | Method and Description |
|---|---|
double |
get(int i)
Get the array element value at index i.
|
int |
getSize()
Get size of the array.
|
void |
setData(short[] data) |
public void setData(short[] data)
public double get(int i)
IPrimaryArrayWrapperget in interface IPrimaryArrayWrapperi - indexpublic int getSize()
IPrimaryArrayWrappergetSize in interface IPrimaryArrayWrapper