public class ArrayUtil
extends java.lang.Object
| Constructor and Description |
|---|
ArrayUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <K> K[] |
insert(K[] array,
K value,
int pos) |
static <K> K[] |
remove(K[] array,
int pos) |