|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - Element type, usually Exchangepublic interface BlockingQueueFactory<E>
Factory of BlockingQueue
| Method Summary | |
|---|---|
BlockingQueue<E> |
create()
Create a new BlockingQueue with default capacity |
BlockingQueue<E> |
create(int capacity)
Create a new BlockingQueue with given capacity |
| Method Detail |
|---|
BlockingQueue<E> create()
BlockingQueue with default capacity
BlockingQueueBlockingQueue<E> create(int capacity)
BlockingQueue with given capacity
BlockingQueue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||