public abstract class CollectionFactory extends Object
Modifier and Type | Field and Description |
---|---|
static CollectionFactory |
LIST |
static CollectionFactory |
SET |
Constructor and Description |
---|
CollectionFactory() |
Modifier and Type | Method and Description |
---|---|
abstract Collection<Object> |
createCollection() |
static CollectionFactory |
getFactory(org.jboss.reflect.spi.ClassInfo collectionType) |
public static CollectionFactory LIST
public static CollectionFactory SET
public abstract Collection<Object> createCollection() throws Throwable
Throwable
public static CollectionFactory getFactory(org.jboss.reflect.spi.ClassInfo collectionType)
Copyright © 2015 JBoss by Red Hat. All rights reserved.