public final class CollectionUtil extends Object
Constructor and Description |
---|
CollectionUtil() |
Modifier and Type | Method and Description |
---|---|
static List |
toList(String text,
PropertyEditor componentEditor) |
static Map |
toMap(String text,
PropertyEditor keyEditor,
PropertyEditor valueEditor) |
static String |
toString(Collection values,
PropertyEditor componentEditor) |
static String |
toString(Map map,
PropertyEditor keyEditor,
PropertyEditor valueEditor) |
public static List toList(String text, PropertyEditor componentEditor)
public static String toString(Collection values, PropertyEditor componentEditor)
public static final Map toMap(String text, PropertyEditor keyEditor, PropertyEditor valueEditor)
public static final String toString(Map map, PropertyEditor keyEditor, PropertyEditor valueEditor)
Copyright © 2005-2014. All Rights Reserved.