Package | Description |
---|---|
gov.sandia.cognition.data.convert.number |
Provides utilities for doing data type conversion with numbers.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultBooleanToNumberConverter
Converts a
Boolean to a Number by using predefined values
for true, false, and (optionally) null. |
class |
StringToDoubleConverter
Converts a
String to a Double using the
Double.valueOf method. |
class |
StringToIntegerConverter
Converts a
String to a Integer using the
Integer.valueOf method. |