public class ArrayUtils extends Object
static String[]
EMPTY_STRING_ARRAY
ArrayUtils()
static <T> int
getLength(T array)
static <T> boolean
isEmpty(T[] array)
isNotEmpty(T[] array)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String[] EMPTY_STRING_ARRAY
public ArrayUtils()
public static <T> boolean isEmpty(T[] array)
public static <T> boolean isNotEmpty(T[] array)
public static <T> int getLength(T array)
Copyright © 2013–2022 Alibaba Group. All rights reserved.