Class ObjectUtils

java.lang.Object
com.mchange.v2.lang.ObjectUtils

public final class ObjectUtils extends Object
  • Method Details

    • eqOrBothNull

      public static boolean eqOrBothNull(Object a, Object b)
    • hashOrZero

      public static int hashOrZero(Object o)
      Note -- if you are using Arrays.equals( ... ) or similar and want a compatible hash method, see methods in ArrayUtils.