public class AUtil
extends java.lang.Object
| Constructor and Description |
|---|
AUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T[] |
concat(T... a) |
static <T> T[] |
concat(T[]... arrays) |
static <T> T[] |
concat(T[] a,
T... b) |
static <T> T[] |
concat(T a,
T[] b) |