|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.jparsec.examples.common.Strings
public final class Strings
Manipulates String.
| Constructor Summary | |
|---|---|
Strings()
|
|
| Method Summary | |
|---|---|
static StringBuilder |
join(StringBuilder builder,
String delim,
Iterable<?> objects)
Joins objects with delim as the delimiter. |
static StringBuilder |
join(StringBuilder builder,
String delim,
Object... objects)
Joins objects with delim as the delimiter. |
static String |
join(String delim,
Iterable<?> objects)
Joins objects with delim as the delimiter. |
static String |
join(String delim,
Object... objects)
Joins objects with delim as the delimiter. |
static String |
prependEach(String delim,
Iterable<?> objects)
Prepends delim before each object of objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Strings()
| Method Detail |
|---|
public static String prependEach(String delim,
Iterable<?> objects)
delim before each object of objects.
public static String join(String delim,
Iterable<?> objects)
objects with delim as the delimiter.
public static String join(String delim,
Object... objects)
objects with delim as the delimiter.
public static StringBuilder join(StringBuilder builder,
String delim,
Iterable<?> objects)
objects with delim as the delimiter.
public static StringBuilder join(StringBuilder builder,
String delim,
Object... objects)
objects with delim as the delimiter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||