public final class StringUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> String |
join(String separator,
Collection<T> objects)
Join the String representation of several objects with by the separator
String in between them.
|
static <T> String |
join(String separator,
T... objects)
Join the String representation of several objects with by the separator
String in between them.
|
public static <T> String join(String separator, T... objects)
public static <T> String join(String separator, Collection<T> objects)
Copyright © 2013. All Rights Reserved.