|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.graphics2d.ObjectUtils
public final class ObjectUtils
Provides a couple of static utility methods used throughout JFreeSVG.
| Method Summary | |
|---|---|
static boolean |
equals(Object obj1,
Object obj2)
Returns true if the objects are equal or both
null, and false otherwise. |
static int |
hashCode(Object obj)
Returns the hash code for the object, or 0 if the object is
null. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean equals(Object obj1,
Object obj2)
true if the objects are equal or both
null, and false otherwise.
Objects class
instead, but for now JFreeSVG is supporting Java 6 and above.
obj1 - object 1 (null permitted).obj2 - object 2 (null permitted).
public static int hashCode(Object obj)
0 if the object is
null.
Objects class
instead, but for now JFreeSVG is supporting Java 6 and above.
obj - the object (null permitted).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||