|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.l2fprod.util.StringUtils
public class StringUtils
Description of the Class
Constructor Summary | |
---|---|
StringUtils()
|
Method Summary | |
---|---|
static java.lang.String |
format(java.lang.String s,
int length,
char c)
Description of the Method |
static java.lang.String |
replace(java.lang.String txt,
java.lang.String from,
java.lang.String to)
Description of the Method |
static java.lang.String[] |
splitString(java.lang.String s,
java.lang.String delim)
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringUtils()
Method Detail |
---|
public static java.lang.String replace(java.lang.String txt, java.lang.String from, java.lang.String to)
txt
- Description of Parameterfrom
- Description of Parameterto
- Description of Parameter
public static java.lang.String[] splitString(java.lang.String s, java.lang.String delim)
s
- Description of Parameterdelim
- Description of Parameter
public static java.lang.String format(java.lang.String s, int length, char c)
s
- Description of Parameterlength
- Description of Parameterc
- Description of Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |