public class Util
extends java.lang.Object
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static boolean |
equals(java.lang.Object left,
java.lang.Object right)
Checks whether the two objects are
null -- allowing for
null . |
public static final boolean equals(java.lang.Object left, java.lang.Object right)
null
-- allowing for
null
.left
- The left object to compare; may be null
.right
- The right object to compare; may be null
.true
if the two objects are equivalent;
false
otherwise.