Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mrd.repast.util
Class StringUtils  view StringUtils download StringUtils.java

java.lang.Object
  extended byorg.mrd.repast.util.StringUtils

public class StringUtils
extends java.lang.Object


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

StringUtils

public StringUtils()
Method Detail

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