Overview | Methods | This Package | All Packages
Determines whether a specified value is null.
Syntax
public static boolean isNull( Object value )
Parameters
value
The value to check.
Return Value
Returns true if the value is null, an empty variant, or a null variant; otherwise, returns false.