Uses of Class
org.ddogleg.struct.DogArray_I16
Packages that use DogArray_I16
-
Uses of DogArray_I16 in org.ddogleg.struct
Methods in org.ddogleg.struct that return DogArray_I16Modifier and TypeMethodDescriptionstatic DogArray_I16
DogArray_I16.array
(int... values) static DogArray_I16
DogArray_I16.array
(short... values) DogArray_I16.copy()
static DogArray_I16
static DogArray_I16
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.reserve
(int amount) DogArray_I16.reset()
DogArray_I16.resize
(int size) 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 segmentDogArray_I16.setTo
(DogArray_I16 original) static DogArray_I16
DogArray_I16.zeros
(int length) Creates a queue with the specified length as its size filled with all zerosMethods in org.ddogleg.struct with parameters of type DogArray_I16Modifier and TypeMethodDescriptionvoid
DogArray_I16.addAll
(DogArray_I16 queue) boolean
DogArray_I16.isEquals
(DogArray_I16 values) DogArray_I16.setTo
(DogArray_I16 original)