JavaScript is disabled on your browser.
DogArray_I8. array (byte... values)
DogArray_I8. array (int... values)
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. resize (int size,
byte 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_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 segment
DogArray_I8. zeros (int length)
Creates a queue with the specified length as its size filled with all zeros
static void
Finds the intersection of two sets.
static void
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.