Package org.fest.util
Class Strings.StringsToJoin
java.lang.Object
org.fest.util.Strings.StringsToJoin
- Enclosing class:
- Strings
Understands how to join
String
s using a given delimiter.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
strings
TheString
s to join.
-
-
Constructor Details
-
StringsToJoin
StringsToJoin(String... strings) Creates a new
.Strings.StringsToJoin
- Parameters:
strings
- theString
s to join.
-
-
Method Details
-
with
Specifies the delimeter to use to joinString
s.- Parameters:
delimeter
- the delimeter to use.- Returns:
- the
String
s joined using the given delimeter.
-