public class NullUtils extends Object
| Constructor and Description |
|---|
NullUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsNull(Collection<Object> args)
Checks whether the collection contains a null value.
|
public static boolean containsNull(Collection<Object> args)
args - a collection; can't be nullCopyright © 2015. All rights reserved.