| Class | Description | 
|---|---|
| FastQueue | A fast queue that remover thread lock the adder thread. | 
| LinkObject | The class LinkObject implements an element
 for a linked list, consisting of a general
 data object and a pointer to the next element. | 
| SingleRemoveSynchronizedAddLock | The class SingleRemoveSynchronizedAddLock implement locking for
 accessing the queue by a single remove thread and multiple add threads. | 
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.