public class ArrayUtils extends Object
| Constructor and Description |
|---|
ArrayUtils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
concatenate(byte[] a,
byte[] b) |
static byte[] |
subarray(byte[] array,
int startIndexInclusive,
int endIndexExclusive) |
static <T> T[] |
subarray(T[] array,
int startIndexInclusive,
int endIndexExclusive) |
Copyright © 2022 IoTeX Group. All rights reserved.