com.representqueens.util
Class StringUtils

java.lang.Object
  extended by com.representqueens.util.StringUtils

public final class StringUtils
extends Object

Some simple String utilities.

Version:
$Revision: 1.5 $ $Date: 2007-03-02 19:45:53 $
Author:
Larry Ogrodnek

Method Summary
static boolean isEmpty(String s)
           
static List<Integer> toIntList(String s)
           
static List<Integer> toIntList(String s, String sep)
           
static String toString(List<? extends Number> data)
           
static String toString(Number[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isEmpty

public static boolean isEmpty(String s)

toIntList

public static List<Integer> toIntList(String s)

toIntList

public static List<Integer> toIntList(String s,
                                      String sep)

toString

public static String toString(Number[] data)

toString

public static String toString(List<? extends Number> data)