org.mrd.repast.util
Class StringUtils

java.lang.Object
  |
  +--org.mrd.repast.util.StringUtils

public class StringUtils
extends java.lang.Object

Author:
administrator

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[]

Parameters:
str - String containing double tokens

mush

public static java.lang.String mush(double[] table)
Utility method for displaying a double[] as a string

Parameters:
table - A double[] containing tokens


Copyright © 2000-2003 Mark Robert Diggory. All Rights Reserved.