org.epics.pvmanager.util
Class NullUtils
java.lang.Object
org.epics.pvmanager.util.NullUtils
public class NullUtils
- extends Object
Utility class to handle null values.
- Author:
- carcassi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullUtils
public NullUtils()
equalsOrBothNull
public static boolean equalsOrBothNull(Object obj1,
Object obj2)
- Returns true if both objects are null or they are equal.
- Parameters:
obj1
- first objectobj2
- second object
- Returns:
- true if equals or both are null
Copyright © 2011. All Rights Reserved.