Uses of Interface
com.oracle.coherence.common.base.Holder
Packages that use 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
Classes in com.oracle.coherence.common.base that implement HolderModifier and TypeClassDescriptionclassA Holder implementation which additionally provides an equals/hashCode implementation based on the held object's identity.classSimpleHolder<V>SimpleHolder is a basic implementation of the Holder interface.classVolatileHolder 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
Classes in com.tangosol.util that implement HolderModifier and TypeClassDescriptionstatic classA Holder that converts the element before returning them.classSimpleHolder<V>General purpose container that can be used as an accumulator for any reference type.