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