|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.epics.pvmanager.util.NullUtils
public class NullUtils
Utility class to handle null values.
Constructor Summary | |
---|---|
NullUtils()
|
Method Summary | |
---|---|
static boolean |
equalsOrBothNull(java.lang.Object obj1,
java.lang.Object obj2)
Returns true if both objects are null or they are equal. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullUtils()
Method Detail |
---|
public static boolean equalsOrBothNull(java.lang.Object obj1, java.lang.Object obj2)
obj1
- first objectobj2
- second object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |