de.unidu.is.pdatalog
Class DoubleParser

java.lang.Object
  extended byde.unidu.is.pdatalog.DoubleParser

public class DoubleParser
extends java.lang.Object

A parser class for double values which can handle null objects.

Since:
2004-04-18
Version:
$Revision: 1.4 $, $Date: 2005/02/21 17:29:21 $
Author:
Henrik Nottelmann

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

DoubleParser

public DoubleParser()
Method Detail

parseDouble

public 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.

Parameters:
o - string to parse
Returns:
double value