public class GeneralUtilities extends Object
| Constructor and Description |
|---|
GeneralUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
safeEquals(Object a,
Object b)
Returns true if a is equals to b, or both
and and b are null.
|
public static boolean safeEquals(Object a, Object b)
a - A possibly null object to compareb - A possibly null object to compareCopyright © 2009-2014 Oracle Corporation. All Rights Reserved.