-
DogArray_I16.array(int... values)
DogArray_I16.array(short... values)
DogArray_I16.range(int idx0,
int idx1)
Returns a new array with values containing range of integer numbers from idx0 to idx1-1.
DogArray_I16.resize(int size,
short value)
Resizes the array and assigns the default value to every new element.
DogArray_I16.setTo(short... src)
Set's the value of this array to the passed in raw array.
DogArray_I16.setTo(short[] array,
int offset,
int length)
Sets this array to be equal to the array segment
DogArray_I16.zeros(int length)
Creates a queue with the specified length as its size filled with all zeros