-
DogArray_B.array(boolean... values)
DogArray_B.array(int... values)
Non-zero values are set to true
DogArray_B.resize(int size,
boolean value)
Resizes the array and assigns the default value to every new element.
Resizes and assigns the new elements (if any) to the value specified by the lambda
DogArray_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 segment
DogArray_B.zeros(int length)
Creates a queue with the specified length as its size filled with false