Class ObjectUtils
java.lang.Object
com.orsonpdf.util.ObjectUtils
Some utility methods.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ObjectUtils
private ObjectUtils()
-
-
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.
-