public class ObjectUtils
extends java.lang.Object
| Constructor and Description |
|---|
ObjectUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isNull(java.lang.Object obj)
Returns
true if the provided reference is null otherwise
returns false. |
static boolean |
nonNull(java.lang.Object obj)
Returns
true if the provided reference is null otherwise
returns false. |
public static boolean nonNull(java.lang.Object obj)
true if the provided reference is null otherwise
returns false.obj - a reference to be checked against nulltrue if the provided reference is null otherwise
falsepublic static boolean isNull(java.lang.Object obj)
true if the provided reference is null otherwise
returns false.obj - a reference to be checked against nulltrue if the provided reference is null otherwise
falseCopyright © 2018 Perforce Software. All Rights Reserved.