|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.util.NumberUtils
Useful static utility methods.
Constructor Summary | |
NumberUtils()
|
Method Summary | |
static boolean |
equal(double d1,
double d2)
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 NumberUtils()
Method Detail |
public static boolean equal(double d1, double d2)
true
if the two objects are equal OR both null
.
d1
- double 1.d2
- double 2.
true
or false
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |