|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omnaest.utils.strings.StringUtil
public class StringUtil
| Constructor Summary | |
|---|---|
StringUtil()
|
|
| Method Summary | |
|---|---|
static String |
insertString(String baseString,
String insertString,
int insertPosition,
boolean overwrite)
|
static String |
repeatString(int count,
String repeatString)
Repeats the given string count times. |
static String |
setFixedWitdth(String value,
int width)
|
static String |
stringJoin(String[] strings,
String delimiter)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringUtil()
| Method Detail |
|---|
public static String stringJoin(String[] strings,
String delimiter)
public static String insertString(String baseString,
String insertString,
int insertPosition,
boolean overwrite)
public static String repeatString(int count,
String repeatString)
count - repeatString -
public static String setFixedWitdth(String value,
int width)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||