Class NullUtils

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

public final class NullUtils extends Object
Deprecated.
use com.mchange.v2.ObjectUtils.eqOrBothNull()
  • Method Details

    • equalsOrBothNull

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