|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mmm.util.collection.base.AbstractListFactory
public abstract class AbstractListFactory
This is the abstract base implementation of the ListFactory
interface.
| Constructor Summary | |
|---|---|
AbstractListFactory()
The constructor. |
|
| Method Summary | |
|---|---|
List |
createGeneric()
This method creates a new instance of the generic Collection type
<COLLECTION>. |
List |
createGeneric(int capacity)
This method creates a new instance of the generic Collection type
<COLLECTION> with the given initial
capacity. |
Class<List> |
getCollectionInterface()
This method gets the interface of the Collection managed by this
factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.mmm.util.collection.api.ListFactory |
|---|
create, create |
| Methods inherited from interface net.sf.mmm.util.collection.api.CollectionFactory |
|---|
getCollectionImplementation |
| Constructor Detail |
|---|
public AbstractListFactory()
| Method Detail |
|---|
public Class<List> getCollectionInterface()
Collection managed by this
factory.
getCollectionInterface in interface CollectionFactory<List>Collection interface.public List createGeneric()
Collection type
<COLLECTION>.
createGeneric in interface CollectionFactory<List>public List createGeneric(int capacity)
Collection type
<COLLECTION> with the given initial
capacity.
createGeneric in interface CollectionFactory<List>capacity - is the initial capacity of the collection.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||