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.oracle.common.base 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.oracle.common.base
Classes in com.oracle.common.base with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Holder Modifier and Type Class Description class
com.oracle.common.base.SimpleHolder<V>
Deprecated.useSimpleHolder
instead -
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.
-