Class ObjectUtils
java.lang.Object
org.jfree.graphics2d.ObjectUtils
Provides a couple of static utility methods used throughout
JFreeSVG.
-
Method Summary
-
Method Details
-
equals
Returnstrueif the objects are equal or bothnull, andfalseotherwise.
In Java 7, we could use methods in theObjectsclass instead, but for now JFreeSVG is supporting Java 6 and above.- Parameters:
obj1- object 1 (nullpermitted).obj2- object 2 (nullpermitted).- Returns:
- A boolean.
-
hashCode
-