Uses of Class
org.ddogleg.struct.DogArray_I8
Packages that use DogArray_I8
-
Uses of DogArray_I8 in org.ddogleg.struct
Methods in org.ddogleg.struct that return DogArray_I8Modifier and TypeMethodDescriptionstatic DogArray_I8
DogArray_I8.array
(byte... values) static DogArray_I8
DogArray_I8.array
(int... values) DogArray_I8.copy()
static DogArray_I8
static DogArray_I8
DogArray_I8.range
(int idx0, int idx1) Returns a new array with values containing range of integer numbers from idx0 to idx1-1.DogArray_I8.reset()
DogArray_I8.resize
(int size) DogArray_I8.resize
(int size, byte value) Resizes the array and assigns the default value to every new element.DogArray_I8.resize
(int size, DogLambdas.AssignIdx_I8 op) Resizes and assigns the new elements (if any) to the value specified by the lambdaDogArray_I8.setTo
(byte... src) Set's the value of this array to the passed in raw array.DogArray_I8.setTo
(byte[] array, int offset, int length) Sets this array to be equal to the array segmentDogArray_I8.setTo
(DogArray_I8 original) static DogArray_I8
DogArray_I8.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_I8Modifier and TypeMethodDescriptionvoid
DogArray_I8.addAll
(DogArray_I8 queue) boolean
DogArray_I8.isEquals
(DogArray_I8 values) DogArray_I8.setTo
(DogArray_I8 original) -
Uses of DogArray_I8 in org.ddogleg.util
Methods in org.ddogleg.util with parameters of type DogArray_I8Modifier and TypeMethodDescriptionstatic void
PrimitiveArrays.intersection
(int[] setA, int sizeA, int[] setB, int sizeB, int valueMin, int valueMax, DogArray_I32 results, @Nullable DogArray_I8 work) Finds the intersection of two sets.static void
PrimitiveArrays.intersection
(int[] setA, int sizeA, int[] setB, int sizeB, DogArray_I32 results, @Nullable DogArray_I8 work) Finds the itersection of two sets.static void
PrimitiveArrays.union
(int[] setA, int sizeA, int[] setB, int sizeB, int valueMin, int valueMax, DogArray_I32 results, @Nullable DogArray_I8 work) Finds the intersection of two sets.