public final class ArrayUtils extends Object
public static boolean isEmpty(Object[] array)
Checks if the array is null or empty.
array - th array to checktrue if the array is null or empty.public static boolean isNotEmpty(Object[] array)
Checks if the array is not null or empty.
array - th array to checktrue if the array is not null or empty.Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.