|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.util.NumberUtils
public abstract class NumberUtils
Useful static utility methods.
Constructor Summary | |
---|---|
NumberUtils()
Deprecated. |
Method Summary | |
---|---|
static boolean |
equal(double d1,
double d2)
Deprecated. 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 |