| Modifier and Type | Method and Description |
|---|---|
IntLargeArray |
IntLargeArray.clone()
Returns a deep copy of this instance.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LargeArrayUtils.arraycopy(int[] src,
int srcPos,
IntLargeArray 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(IntLargeArray src,
long srcPos,
IntLargeArray 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.
|
Copyright © 2015. All rights reserved.