Class CollectionUtil
java.lang.Object
org.apache.xbean.propertyeditor.CollectionUtil
- Version:
- $Rev: 6680 $ $Date: 2005-12-24T04:38:27.427468Z $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ListtoList(String text, PropertyEditor componentEditor) static final MaptoMap(String text, PropertyEditor keyEditor, PropertyEditor valueEditor) static StringtoString(Collection values, PropertyEditor componentEditor) static final StringtoString(Map map, PropertyEditor keyEditor, PropertyEditor valueEditor)
-
Constructor Details
-
CollectionUtil
public CollectionUtil()
-
-
Method Details
-
toList
-
toString
-
toMap
-
toString
-