public abstract class Objects extends Object
Modifier and Type | Field and Description |
---|---|
static Object |
NULL
The null-object that represents a null value.
|
Modifier and Type | Method and Description |
---|---|
static Object |
nullSafe(Object object)
Return the given object if it is not null, otherwise
NULL is returned. |
public static final Object NULL
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.