Uses of Class
org.ddogleg.struct.DogArray_B
Packages that use DogArray_B
-
Uses of DogArray_B in org.ddogleg.struct
Methods in org.ddogleg.struct that return DogArray_BModifier and TypeMethodDescriptionstatic DogArray_B
DogArray_B.array
(boolean... values) static DogArray_B
DogArray_B.array
(int... values) Non-zero values are set to trueDogArray_B.copy()
DogArray_B.reset()
DogArray_B.resize
(int size) DogArray_B.resize
(int size, boolean value) Resizes the array and assigns the default value to every new element.DogArray_B.resize
(int size, DogLambdas.AssignIdx_B op) Resizes and assigns the new elements (if any) to the value specified by the lambdaDogArray_B.setTo
(boolean... src) Set's the value of this array to the passed in raw array.DogArray_B.setTo
(boolean[] array, int offset, int length) Sets this array to be equal to the array segmentDogArray_B.setTo
(DogArray_B original) static DogArray_B
DogArray_B.zeros
(int length) Creates a queue with the specified length as its size filled with falseMethods in org.ddogleg.struct with parameters of type DogArray_BModifier and TypeMethodDescriptionvoid
DogArray_B.addAll
(DogArray_B queue) boolean
DogArray_B.isEquals
(DogArray_B values) DogArray_B.setTo
(DogArray_B original)