public class ObjectUtils extends Object
| Constructor and Description |
|---|
ObjectUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isNull(Object obj)
Returns
true if the provided reference is null otherwise
returns false. |
static boolean |
nonNull(Object obj)
Returns
true if the provided reference is null otherwise
returns false. |
public static boolean nonNull(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(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 © 2017 Perforce Software. All Rights Reserved.