public class ArrayHelper extends Object
public static boolean isNotEmpty(Object[] array)
array - the arraypublic static boolean isEmpty(Object[] array)
array - the arraypublic static Object[] concat(Object[] array1, Object[] array2)
array1 - the array 1array2 - the array 2public static <T> boolean contains(T[] array,
T obj)
T - the type parameterarray - the arrayobj - the objCopyright © 2017. All rights reserved.