Package | Description |
---|---|
com.oracle.coherence.common.base |
The base package provides a number of classes to complement those in the java.lang package.
|
com.tangosol.util |
Contains various generic utilities.
|
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.
|
Modifier and Type | Class and Description |
---|---|
static class |
ConverterCollections.ConverterHolder<F,T>
A Holder that converts the element before returning them.
|