org.jboss.xb.util
Class CollectionFactory
java.lang.Object
org.jboss.xb.util.CollectionFactory
public abstract class CollectionFactory
- extends Object
A CollectionFactory.
- Version:
- $Revision: 1.1 $
- Author:
- Alexey Loubyansky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LIST
public static CollectionFactory LIST
SET
public static CollectionFactory SET
CollectionFactory
public CollectionFactory()
createCollection
public abstract Collection<Object> createCollection()
throws Throwable
- Throws:
Throwable
getFactory
public static CollectionFactory getFactory(org.jboss.reflect.spi.ClassInfo collectionType)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.