Uses of Class
com.oracle.coherence.common.base.SimpleHolder
-
Packages that use SimpleHolder 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 SimpleHolder in com.oracle.coherence.common.base
Subclasses of SimpleHolder in com.oracle.coherence.common.base 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. -
Uses of SimpleHolder in com.oracle.common.base
Subclasses of SimpleHolder 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 Modifier and Type Class Description class
com.oracle.common.base.SimpleHolder<V>
Deprecated.useSimpleHolder
instead -
Uses of SimpleHolder in com.tangosol.util
Subclasses of SimpleHolder in com.tangosol.util Modifier and Type Class Description class
SimpleHolder<V>
General purpose container that can be used as an accumulator for any reference type.
-