| 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  | 
SimpleHolder<V>
SimpleHolder is a basic implementation of the Holder interface. 
 | 
class  | 
VolatileHolder<V>
VolatileHolder is a basic implementation of the Holder interface where the held object is referenced from a volatile reference. 
 |