proguard.util
Class ListUtil
java.lang.Object
proguard.util.ListUtil
- public class ListUtil
- extends Object
This class provides some utility methods for working with
java.util.List objects.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListUtil
public ListUtil()
commaSeparatedString
public static String commaSeparatedString(List list)
- Creates a comma-separated String from the given List of String objects.
commaSeparatedList
public static List commaSeparatedList(String string)
- Creates a List of String objects from the given comma-separated String.