public class StringUtil extends Object
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
joinStringList(Collection<String> strList,
String delimit)
Convert a list of Strings into a single String
|
static List<String> |
splitStringList(String strList,
String delimit)
Convert a String into a list of String
|
public static String joinStringList(Collection<String> strList, String delimit)
strList - the string listdelimit - the delimiter used to separate each string entry in the listCopyright © 2019 JBoss by Red Hat. All rights reserved.