public final class NullUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
hasNotNull(java.lang.Object... objects)
Returns true if and only if at least one object is not null
|
static boolean |
hasNull(java.lang.Object... objects)
Returns true if and only if at least one object is null
|
static boolean |
notNull(java.lang.Object... objects)
Returns true if and only if all objects are not null
|
public static boolean notNull(java.lang.Object... objects)
objects
- objects to checkpublic static boolean hasNull(java.lang.Object... objects)
objects
- objects to checkpublic static boolean hasNotNull(java.lang.Object... objects)
objects
- objects to check