public class Join extends Object
Utility class used to join strings together with a delimiter.
Constructor and Description |
---|
Join() |
Modifier and Type | Method and Description |
---|---|
static String |
join(String delimiter,
Collection collection) |
static String |
join(String delimiter,
Object... collection) |