org.fest.util
Class Strings.StringsToJoin
java.lang.Object
org.fest.util.Strings.StringsToJoin
- Enclosing class:
- Strings
public static class Strings.StringsToJoin
- extends Object
Understands how to join String
s using a given delimiter.
- See Also:
Strings.join(String[])
Method Summary |
String |
with(String delimeter)
Specifies the delimeter to use to join String s. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
with
public String with(String delimeter)
- Specifies the delimeter to use to join
String
s.
- Parameters:
delimeter
- the delimeter to use.
- Returns:
- the
String
s joined using the given delimeter.
Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.