| Modifier and Type | Method and Description |
|---|---|
LogicLargeArray |
LogicLargeArray.and(LogicLargeArray array)
Performs binary and operation using this array and the input array
|
LogicLargeArray |
LogicLargeArray.clone()
Returns a deep copy of this instance.
|
LogicLargeArray |
LogicLargeArray.not()
Performs binary negation of this array
|
LogicLargeArray |
LogicLargeArray.or(LogicLargeArray array)
Performs binary or operation using this array and the input array
|
LogicLargeArray |
LogicLargeArray.xor(LogicLargeArray array)
Performs binary and operation using this array and the input array
|
| Modifier and Type | Method and Description |
|---|---|
LogicLargeArray |
LogicLargeArray.and(LogicLargeArray array)
Performs binary and operation using this array and the input array
|
static void |
LargeArrayUtils.arraycopy(boolean[] src,
int srcPos,
LogicLargeArray dest,
long destPos,
long length)
Copies an array from the specified source array, beginning at the
specified position, to the specified position of the destination array.
|
static void |
LargeArrayUtils.arraycopy(LogicLargeArray src,
long srcPos,
LogicLargeArray dest,
long destPos,
long length)
Copies an array from the specified source array, beginning at the
specified position, to the specified position of the destination array.
|
LogicLargeArray |
LogicLargeArray.or(LogicLargeArray array)
Performs binary or operation using this array and the input array
|
static LargeArray |
LargeArrayUtils.select(LargeArray src,
LogicLargeArray mask)
Returns all elements of the specified source array for which the corresponding mask element is equal to 1.
|
LogicLargeArray |
LogicLargeArray.xor(LogicLargeArray array)
Performs binary and operation using this array and the input array
|
Copyright © 2015. All rights reserved.