public abstract class CsvDb
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static double |
BAD_DOUBLE
_more_
|
static int |
BAD_INTEGER
_more_
|
Constructor and Description |
---|
CsvDb()
_more_
|
Modifier and Type | Method and Description |
---|---|
static double |
getDouble(java.lang.String s)
Convert the given string to an double or return BAD_DOUBLE is string is empty.
|
static int |
getInt(java.lang.String s)
Convert the given string to an integer or return BAD_INTEGER is string is empty.
|
public static int BAD_INTEGER
public static double BAD_DOUBLE
public static int getInt(java.lang.String s)
s
- public static double getDouble(java.lang.String s)
s
-