Uses of Interface
com.oracle.coherence.common.base.Holder
-
Packages that use Holder 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. -
-
Uses of Holder in com.oracle.coherence.common.base
Classes in com.oracle.coherence.common.base that implement Holder Modifier and Type Class 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. -
Uses of Holder in com.tangosol.util
Classes in com.tangosol.util that implement Holder Modifier and Type Class Description static class
ConverterCollections.ConverterHolder<F,T>
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.
-