public abstract class ArrayUtil extends Object
ArrayUtil()
static <T> T[]
concat(T[] array1, T[] array2)
concatAll(T[] first, T[]... rest)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ArrayUtil()
public static <T> T[] concat(T[] array1, T[] array2)
@SafeVarargs public static <T> T[] concatAll(T[] first, T[]... rest)
Copyright © 2017. All rights reserved.