public class ListUtil extends Object
java.util.List objects.| Constructor and Description |
|---|
ListUtil() |
| Modifier and Type | Method and Description |
|---|---|
static List |
commaSeparatedList(String string)
Creates a List of String objects from the given comma-separated String.
|
static String |
commaSeparatedString(List list,
boolean quoteStrings)
Creates a comma-separated String from the given List of String objects.
|
static void |
main(String[] args) |
public static String commaSeparatedString(List list, boolean quoteStrings)
public static List commaSeparatedList(String string)
public static void main(String[] args)
Copyright © 2015. All Rights Reserved.