public class ArrayUtils extends Object
public static boolean isEmpty(Object[] array)
Checks if an array of Objects is empty or null.
array - the array to testtrue if the array is empty or nullCopyright © 2018–2024 Alibaba Group. All rights reserved.