|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.unidu.is.pdatalog.DoubleParser
A parser class for double values which can handle null objects.
| Constructor Summary | |
DoubleParser()
|
|
| Method Summary | |
static double |
parseDouble(java.lang.String o)
Returns a new double initialized to the value
represented by the specified String, or 0
if null is specified. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DoubleParser()
| Method Detail |
public static double parseDouble(java.lang.String o)
double initialized to the value
represented by the specified String, or 0
if null is specified.
o - string to parse
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||