public abstract class NumberUtils
extends java.lang.Object
Constructor and Description |
---|
NumberUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
equal(double d1,
double d2)
Deprecated.
Returns
true if the two objects are equal OR both null . |