|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mmm.util.collection.base.AbstractQueueFactory
public abstract class AbstractQueueFactory
This is the abstract base implementation of the QueueFactory
interface.
| Constructor Summary | |
|---|---|
AbstractQueueFactory()
The constructor. |
|
| Method Summary | |
|---|---|
Queue |
createGeneric()
This method creates a new instance of the generic Collection type
<COLLECTION>. |
Queue |
createGeneric(int capacity)
This method creates a new instance of the generic Collection type
<COLLECTION> with the given initial
capacity. |
Class<Queue> |
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.QueueFactory |
|---|
create, create |
| Methods inherited from interface net.sf.mmm.util.collection.api.CollectionFactory |
|---|
getCollectionImplementation |
| Constructor Detail |
|---|
public AbstractQueueFactory()
| Method Detail |
|---|
public Class<Queue> getCollectionInterface()
Collection managed by this
factory.
getCollectionInterface in interface CollectionFactory<Queue>Collection interface.public Queue createGeneric()
Collection type
<COLLECTION>.
createGeneric in interface CollectionFactory<Queue>public Queue createGeneric(int capacity)
Collection type
<COLLECTION> with the given initial
capacity.
createGeneric in interface CollectionFactory<Queue>capacity - is the initial capacity of the collection.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||