Package org.fest.util
Class Strings.StringsToJoin
java.lang.Object
org.fest.util.Strings.StringsToJoin
- Enclosing class:
Strings
Knows how to join
String
s using a given delimiter.- See Also:
-
Method Summary
-
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.
-