Package com.tangosol.util
Class SparseArray.ObjectNode<V>
java.lang.Object
com.tangosol.util.AbstractSparseArray.Node<V>
com.tangosol.util.SparseArray.ObjectNode<V>
- All Implemented Interfaces:
Serializable
,Cloneable
- Enclosing class:
SparseArray<V>
Node mapping long key to Object value.
- See Also:
-
Field Details
-
m_oValue
The Node's value.
-
-
Constructor Details
-
ObjectNode
-
-
Method Details
-
setValue
Set the value associated with the node.- Specified by:
setValue
in classAbstractSparseArray.Node<V>
- Parameters:
oValue
- the value associated with the node- Returns:
- the old value associated with the node
-
getValue
Get the value associated with the node.- Specified by:
getValue
in classAbstractSparseArray.Node<V>
- Returns:
- the value associated with the node.
-