Uses of Interface
com.oracle.coherence.common.base.Holder
Package
Description
The base package provides a number of classes to complement those in the java.lang package.
Contains various generic utilities.
-
Uses of Holder in com.oracle.coherence.common.base
Modifier and TypeClassDescriptionclass
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 is a basic implementation of the Holder interface where the held object is referenced from a volatile reference. -
Uses of Holder in com.tangosol.util
Modifier and TypeClassDescriptionstatic class
A Holder that converts the element before returning them.class
SimpleHolder<V>
General purpose container that can be used as an accumulator for any reference type.