|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.AbstractSparseArray.Node
com.tangosol.util.PrimitiveSparseArray.PrimitiveNode
protected static class PrimitiveSparseArray.PrimitiveNode
Node mapping long key to Object value.
| Field Summary | |
|---|---|
protected long |
m_lValueThe Node's value. |
| Fields inherited from class com.tangosol.util.AbstractSparseArray.Node |
|---|
balance, key, left, parent, right |
| Constructor Summary | |
|---|---|
PrimitiveSparseArray.PrimitiveNode(long lKey, long lValue)Construct a new Node mapping a long key to a long value. |
|
| Method Summary | |
|---|---|
long |
getPrimitiveValue()Get the long value for the Node. |
java.lang.Object |
getValue()Get the value associated with the node. |
long |
setPrimitiveValue(long lValue)Set the long value for 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 long m_lValue
| Constructor Detail |
|---|
public PrimitiveSparseArray.PrimitiveNode(long lKey,
long lValue)
lKey - the keylValue - the long value| Method Detail |
|---|
public java.lang.Object setValue(java.lang.Object oValue)
setValue in class AbstractSparseArray.NodeoValue - the value assocaited with the nodepublic java.lang.Object getValue()
getValue in class AbstractSparseArray.Nodepublic long setPrimitiveValue(long lValue)
lValue - the long valuepublic long getPrimitiveValue()
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||