public class CollectionSpec<L extends java.util.Collection<CollectionElement>> extends java.lang.Object implements Labeled
| Constructor and Description |
|---|
CollectionSpec(java.lang.Class<? super L> collectionClazz,
Closure4<L> activatableCollectionFactory,
Closure4<L> plainCollectionFactory) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
firstName() |
java.lang.String |
label() |
L |
newActivatableCollection() |
L |
newPlainCollection() |