public class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
join(String delimiter,
Collection<String> parts)
Joins the parts together delimitd by the delimiter.
|
static String |
join(String delimiter,
String... parts)
Joins the parts together delimitd by the delimiter.
|
public static String join(String delimiter, Collection<String> parts)
delimiter - the delimiterparts - the parts to joinCopyright © 2022. All rights reserved.