public final class StringUtil extends Object
Constructor and Description |
---|
StringUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
joinCommaSeparatedList(List<String> list)
Joins a list of Strings to a comma separated single String.
|
static List<String> |
splitCommaSeparatedList(String text)
Splits a comma separated list in to single Strings.
|
public static List<String> splitCommaSeparatedList(String text)
text
- the comma separated listCopyright © 2015. All rights reserved.