Determines whether a specified value is null.
public static boolean isNull( Object value )
value
The value to check.
Returns true if the value is null, an empty variant, or a null variant; otherwise, returns false.