org.makumba.commons
Class CollectionUtils

java.lang.Object
  extended by org.makumba.commons.CollectionUtils

public class CollectionUtils
extends Object

Version:
$Id: CollectionUtils.java 5160 2010-05-19 15:46:59Z rosso_nero $
Author:
Rudolf Mayer

Constructor Summary
CollectionUtils()
           
 
Method Summary
static HashMap<String,String> toMap(String[][] array)
           
static
<T> Vector<T>
toVector(T... array)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionUtils

public CollectionUtils()
Method Detail

toMap

public static HashMap<String,String> toMap(String[][] array)

toVector

public static <T> Vector<T> toVector(T... array)