| 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 |
IdentityHolder<V>
A Holder implementation which additionally provides an equals/hashCode implementation based on the held
object's identity.
|
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.
|