Class ObjectUtils
java.lang.Object
com.orsonpdf.util.ObjectUtils
Some utility methods.
-
Method Summary
-
Method Details
-
equals
-
hashCode
Returns the hash code for the object, or 0 if the object isnull. In Java 7, we could use theObjectsclass instead.- Parameters:
obj- the object (nullpermitted).- Returns:
- The hash code or 0.
-