| Package | Description | 
|---|---|
| com.oracle.common.base | The base package provides a number of classes to complement those in the java.lang package. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SingleWaiterCooperativeNotifierSingleWaiterCooperativeNotifier is an extension of the SingleWaiterMultiNotifier which attempts to offload potentially expensive "notification" work from signaling threads onto the waiting threads. | 
| class  | SingleWaiterMultiNotifierA Condition-like object, used by a single thread to block for a notification, and optimized for many concurrent notifications by other threads. |