|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| BlockingQueue | A very simple blocking queue that might have stricter constraints than the standard jdk1.5 blockingqueues. |
| Class Summary | |
|---|---|
| FunkyTwoThreadBlockingQueue | A producer/consumer queue that is optimized for *one* producer thread and *one* consumer thread, and solely optimized for efficient inserts by the producer, minimizing producer locking for hand-off to a second consumer. |
| Java15BlockingQueue | |
| TwoThreadBlockingQueue | A producer/consumer queue that is optimized for *one* producer thread and *one* consumer thread, and solely optimized for efficient inserts by the producer, minimizing producer locking for hand-off to a second consumer. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||