Package com.mchange.v2.lang
Class ObjectUtils
java.lang.Object
com.mchange.v2.lang.ObjectUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
eqOrBothNull
(Object a, Object b) static int
hashOrZero
(Object o) Note -- if you are using Arrays.equals( ...
-
Method Details
-
eqOrBothNull
-
hashOrZero
Note -- if you are using Arrays.equals( ... ) or similar and want a compatible hash method, see methods inArrayUtils
.
-