edu.harvard.econcs.util
Class StringUtil

java.lang.Object
  extended by edu.harvard.econcs.util.StringUtil

public class StringUtil
extends java.lang.Object

Some helper methods for strings

Since:
Apr 20, 2004
Version:
$Revision: 1.1 $ on $Date: 2004/12/13 01:40:22 $

Constructor Summary
StringUtil()
           
 
Method Summary
static java.lang.String shortClassName(java.lang.Object obj)
          Get a shortened String representation of the class name of the given object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtil

public StringUtil()
Method Detail

shortClassName

public static java.lang.String shortClassName(java.lang.Object obj)
Get a shortened String representation of the class name of the given object.