java.lang.Object
org.mrd.repast.util.StringUtils
- public class StringUtils
- extends java.lang.Object
|
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 |
StringUtils
public StringUtils()
chop
public static double[] chop(java.lang.String str)
- Utility method for parsing a string into a double[]
mush
public static java.lang.String mush(double[] table)
- Utility method for displaying a double[] as a string