|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mrd.repast.util.StringUtils
Constructor Summary | |
StringUtils()
|
Method Summary | |
static double[] |
chop(java.lang.String str)
Utility method for parsing a string into a double[] |
static java.lang.String |
mush(double[] table)
Utility method for displaying a double[] as a string |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StringUtils()
Method Detail |
public static double[] chop(java.lang.String str)
str
- String containing double tokenspublic static java.lang.String mush(double[] table)
table
- A double[] containing tokens
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |