Class NullUtils


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

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static boolean equalsOrBothNull​(java.lang.Object a, java.lang.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​(java.lang.Object a,
                                               java.lang.Object b)
        Deprecated.