Package | Description |
---|---|
com.oracle.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.
|
Modifier and Type | Class and Description |
---|---|
class |
IdentityHolder<V>
A Holder implementation which additionally provides an equals/hashCode implementation based on the held
object's identity.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleHolder<V>
General purpose container that can be used as an accumulator for any
reference type.
|