com.mchange.v1.lang
Class NullUtils

java.lang.Object
  extended by com.mchange.v1.lang.NullUtils

Deprecated. use com.mchange.v2.ObjectUtils.eqOrBothNull()

public final class NullUtils
extends Object


Method Summary
static boolean equalsOrBothNull(Object a, Object b)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equalsOrBothNull

public static boolean equalsOrBothNull(Object a,
                                       Object b)
Deprecated.