| Interface | Description |
|---|---|
| DataParser |
Use a specific numeric parser to check if the data provided are valid or not.
|
| Class | Description |
|---|---|
| DoubleDataParser |
Parser for Double data
|
| FloatDataParser |
Parser for Float data
|
| IntegerDataParser |
Parser for Integer data
|
| LongDataParser |
Parser for Long data
|
| NumericDataParser |
Generic data parser for numeric data
|