public class SimpleDoubleParser
extends java.lang.Object
Constructor and Description |
---|
SimpleDoubleParser() |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<java.lang.Double> |
parseDoublesFromString(java.lang.String s)
Parse doubles from a string; there are many supported formats of the input string:
1 2 3 4
1,3; 3,5; 2,8 1.2 2.3 4.6 1.1, 2.4, 5.6 1,2 2,3 4,564 1 000, 2 000, 3 000 1,000,000; 2,000,000 |
public static java.util.ArrayList<java.lang.Double> parseDoublesFromString(java.lang.String s)
s
-