Uses of Class
org.ddogleg.struct.DogArray_I64
Packages that use DogArray_I64
-
Uses of DogArray_I64 in org.ddogleg.struct
Methods in org.ddogleg.struct that return DogArray_I64Modifier and TypeMethodDescriptionstatic DogArray_I64
DogArray_I64.array
(long... values) DogArray_I64.copy()
static DogArray_I64
DogArray_I64.range
(int idx0, int idx1) Returns a new array with values containing range of integer numbers from idx0 to idx1-1.DogArray_I64.reset()
DogArray_I64.resize
(int size) DogArray_I64.resize
(int size, long value) Resizes the array and assigns the default value to every element.DogArray_I64.resize
(int size, DogLambdas.AssignIdx_I64 op) Resizes and assigns the new elements (if any) to the value specified by the lambdaDogArray_I64.setTo
(long... src) Set's the value of this array to the passed in raw array.DogArray_I64.setTo
(DogArray_I64 original) static DogArray_I64
DogArray_I64.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_I64Modifier and TypeMethodDescriptionvoid
DogArray_I64.addAll
(DogArray_I64 queue) boolean
DogArray_I64.isEquals
(DogArray_I64 values) DogArray_I64.setTo
(DogArray_I64 original)