public final class ArrayUtil extends java.lang.Object
static <T> T[]
append(T[] a, T... values)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> T[] append(T[] a, T... values)
a.length + values.length
a
values