org.apache.xbean.propertyeditor
Class CollectionUtil

java.lang.Object
  extended by org.apache.xbean.propertyeditor.CollectionUtil

public final class CollectionUtil
extends Object

Version:
$Rev: 6680 $ $Date: 2005-12-24T04:38:27.427468Z $

Constructor Summary
CollectionUtil()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionUtil

public CollectionUtil()
Method Detail

toList

public static List toList(String text,
                          PropertyEditor componentEditor)

toString

public static String toString(Collection values,
                              PropertyEditor componentEditor)

toMap

public static final Map toMap(String text,
                              PropertyEditor keyEditor,
                              PropertyEditor valueEditor)

toString

public static final String toString(Map map,
                                    PropertyEditor keyEditor,
                                    PropertyEditor valueEditor)


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.