public class ArrayUtil extends java.lang.Object
ArrayUtil()
static char[]
concatAll(char[] first, char[]... rests)
static <T> T[]
concatAll(T[] first, T[]... rests)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ArrayUtil()
public static <T> T[] concatAll(T[] first, T[]... rests)
public static char[] concatAll(char[] first, char[]... rests)