public class StringUtil extends Object
Constructor and Description |
---|
StringUtil() |
Modifier and Type | Method and Description |
---|---|
static String[] |
bubbleSort(String[] in) |
static String |
maxCommonPrefix(String one,
String two) |
static String |
methodString(String name,
Class[] types) |
static String |
normalizeClassName(Class type)
Hack - The real method is in Reflect.java which is not public.
|
static String[] |
split(String s,
String delim) |
? 2000-2005 pat@pat.net :-)