|
Oracle® Coherence Java API Reference v3.5.3 E15583-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.tangosol.util.AbstractSparseArray.Node
com.tangosol.util.SparseArray.ObjectNode
protected static class SparseArray.ObjectNode
Node mapping long key to Object value.
| Field Summary | |
|---|---|
protected java.lang.Object |
m_oValue
The Node's value. |
| Fields inherited from class com.tangosol.util.AbstractSparseArray.Node |
|---|
balance, key, left, parent, right |
| Constructor Summary | |
|---|---|
SparseArray.ObjectNode(long lKey,
java.lang.Object oValue)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getValue()
Get the value associated with the node. |
java.lang.Object |
setValue(java.lang.Object oValue)
Set the value associated with the node. |
| Methods inherited from class com.tangosol.util.AbstractSparseArray.Node |
|---|
adopt, clone, isLeaf, isLinked, print, toString, validate |
| Field Detail |
|---|
protected java.lang.Object m_oValue
| Constructor Detail |
|---|
public SparseArray.ObjectNode(long lKey,
java.lang.Object oValue)
| Method Detail |
|---|
public java.lang.Object setValue(java.lang.Object oValue)
AbstractSparseArray.Node
setValue in class AbstractSparseArray.NodeoValue - the value assocaited with the node
public java.lang.Object getValue()
AbstractSparseArray.Node
getValue in class AbstractSparseArray.Node
|
Oracle® Coherence Java API Reference v3.5.3 E15583-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||