org.granite.util
Class CollectionUtil
java.lang.Object
org.granite.util.CollectionUtil
public class CollectionUtil
- extends Object
- Author:
- Franck WOLFF
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionUtil
public CollectionUtil()
getComponentType
public static Type getComponentType(Type collectionType)
newCollection
public static Collection<Object> newCollection(Class<?> targetClass,
int length)
throws InstantiationException,
IllegalAccessException
- Throws:
InstantiationException
IllegalAccessException