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
Throwablepublic static CollectionFactory getFactory(org.jboss.reflect.spi.ClassInfo collectionType)
Copyright © 2016 JBoss by Red Hat. All rights reserved.