|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.inria.myriads.snoozecommon.util.StringUtils
public final class StringUtils
String utils.
Method Summary | |
---|---|
static List<Double> |
convertStringToDoubleArray(String line,
String separator)
Can be used to convert a string to inger array. |
static List<Integer> |
convertStringToIntegerArray(String line,
String separator)
Can be used to convert a string to inger array. |
static List<String> |
convertStringToStringArray(String line,
String separator)
Can be used to convert a string to inger array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static List<Integer> convertStringToIntegerArray(String line, String separator)
line
- The content to convertseparator
- The separator
public static List<Double> convertStringToDoubleArray(String line, String separator)
line
- The content to convertseparator
- The separator
public static List<String> convertStringToStringArray(String line, String separator)
line
- The content to convertseparator
- The separator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |