public class ArraysUtils extends Object
ArraysUtils()
static int
getLength(Object array)
static boolean
isEmpty(Object[] array)
static <T> boolean
isNotEmpty(T[] array)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ArraysUtils()
public static <T> boolean isNotEmpty(T[] array)
public static boolean isEmpty(Object[] array)
public static int getLength(Object array)
Copyright © 2024. All rights reserved.