|
Class Summary |
| BlockingQueueFactory |
Creates blocking queues that work at different language levels. |
| ByteBuffer |
|
| 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. |
| Java13BlockingQueue |
|
| Java15BlockingQueue |
|
| StreamUtils |
|
| StringUtils |
Common String manipulation routines. |
| 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. |