public abstract class ObjectUtils extends Object
Thanks to Alex Ruiz for contributing several enhancements to this class!
| Constructor and Description |
|---|
ObjectUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEmpty(Object[] array)
Determine whether the given array is empty:
i.e.
|
public static boolean isEmpty(Object[] array)
null or of zero length.array - the array to checkCopyright © 2016. All rights reserved.