| Modifier and Type | Method and Description |
|---|---|
ObjectLargeArray |
ObjectLargeArray.clone()
Returns a deep copy of this instance.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LargeArrayUtils.arraycopy(Object[] src,
int srcPos,
ObjectLargeArray 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(ObjectLargeArray src,
long srcPos,
ObjectLargeArray 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.