Skip navigation links
com.tangosol.util
Class SparseArray.ObjectNode
java.lang.Object
com.tangosol.util.AbstractSparseArray.Node
com.tangosol.util.SparseArray.ObjectNode
- All Implemented Interfaces:
- Serializable, Cloneable
- Enclosing class:
- SparseArray
-
protected static class SparseArray.ObjectNode
- extends AbstractSparseArray.Node
Node mapping long key to Object value.
m_oValue
protected Object m_oValue
- The Node's value.
SparseArray.ObjectNode
public SparseArray.ObjectNode(long lKey,
Object oValue)
setValue
public Object setValue(Object oValue)
- Description copied from class:
AbstractSparseArray.Node
- Set the value associated with the node.
-
- Specified by:
setValue
in class AbstractSparseArray.Node
-
- Parameters:
oValue
- the value assocaited with the node
- Returns:
- the old value associated with the node
getValue
public Object getValue()
- Description copied from class:
AbstractSparseArray.Node
- Get the value associated with the node.
-
- Specified by:
getValue
in class AbstractSparseArray.Node
-
- Returns:
- the value associated with the node.
Skip navigation links
Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.