| Package | Description |
|---|---|
| horstmann.ch09_queue3 |
| Constructor and Description |
|---|
Consumer(BoundedQueue<java.lang.String> aQueue,
int count)
Constructs the consumer object.
|
Producer(java.lang.String aGreeting,
BoundedQueue<java.lang.String> aQueue,
int count)
Constructs the producer object.
|