Package org.fest.util
Class Strings.StringsToJoin
java.lang.Object
org.fest.util.Strings.StringsToJoin
- Enclosing class:
- Strings
Knows how to join
Strings using a given delimiter.- See Also:
-
Method Summary
-
Method Details
-
with
Specifies the delimeter to use to joinStrings.- Parameters:
delimeter- the delimeter to use.- Returns:
- the
Strings joined using the given delimeter.
-