public class ArrayUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.ArrayList |
asList(int[] a) |
static java.lang.String |
toHexString(byte[] b) |
static java.lang.String |
toHexString(byte[] b,
int off,
int len) |
static int[] |
truncate(int[] a,
int off,
int len) |