|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.assertj.core.util.Strings.StringsToJoin
public static class Strings.StringsToJoin
Knows how to join Strings using a given delimiter.
Strings.join(String[])| Method Summary | |
|---|---|
String |
with(String delimiter)
Specifies the delimiter to use to join Strings. |
String |
with(String delimiter,
String escapeString)
Specifies the delimiter to use to join Strings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String with(String delimiter)
Strings.
delimiter - the delimiter to use.
Strings joined using the given delimiter.
public String with(String delimiter,
String escapeString)
Strings.
delimiter - the delimiter to use.
Strings joined using the given delimiter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||