|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jfree.util.ObjectUtils
Useful static utility methods.
Constructor Summary | |
ObjectUtils()
|
Method Summary | |
static boolean |
equalOrBothNull(java.lang.Object o1,
java.lang.Object o2)
Returns true if the two objects are equal OR both null . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ObjectUtils()
Method Detail |
public static boolean equalOrBothNull(java.lang.Object o1, java.lang.Object o2)
true
if the two objects are equal OR both null
.
o1
- object 1.o2
- object 2.
true
or false
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |