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