|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.slim3.commons.util.DoubleUtil
public final class DoubleUtil
A utility class for Double
.
Method Summary | |
---|---|
static Double |
toDouble(Object o)
Converts the object to Double . |
static double |
toPrimitiveDouble(Object o)
Converts the object to primitive double. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Double toDouble(Object o)
Double
.
o
- the object
public static double toPrimitiveDouble(Object o)
o
- the object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |