public class ArrayUtils
extends Object
- 版本:
- 1.0.0
- 作者:
- zhouhailin
-
-
方法概要
static int
static boolean
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
ArrayUtils
public ArrayUtils()
-
方法详细资料
-
isEmpty
public static boolean isEmpty(Object[] array)
- 参数:
array - an array of Object objects.
- 返回:
- a boolean.
-
getLength
public static int getLength(Object array)
- 参数:
array - a Object object.
- 返回:
- a int.