|
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.SafeSortedMap.SkipNode
com.tangosol.util.SafeSortedMap.EntryNode
protected class SafeSortedMap.EntryNode
EntryNode represents a key-value mapping in this map.
| Field Summary | |
|---|---|
protected java.lang.Object |
m_oValue
The value represented by this EntryNode. |
| Fields inherited from class com.tangosol.util.SafeSortedMap.SkipNode |
|---|
m_nodeBelow, m_nodeNext, m_oKey |
| Constructor Summary | |
|---|---|
protected |
SafeSortedMap.EntryNode(java.lang.Object oKey,
java.lang.Object oValue)
Construct an EntryNode for the specified key and value. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getDescription()
|
java.lang.Object |
getValue()
|
int |
hashCode()
|
java.lang.Object |
setValue(java.lang.Object oValue)
|
| Methods inherited from class com.tangosol.util.SafeSortedMap.SkipNode |
|---|
getBelow, getKey, getNext, isDeleted, isIndexNode, setNext, toString |
| Methods inherited from interface java.util.Map.Entry |
|---|
getKey |
| Field Detail |
|---|
protected volatile java.lang.Object m_oValue
| Constructor Detail |
|---|
protected SafeSortedMap.EntryNode(java.lang.Object oKey,
java.lang.Object oValue)
oKey - the key that this EntryNode representsoValue - the value that this EntryNode represents| Method Detail |
|---|
public java.lang.Object getValue()
getValue in interface java.util.Map.Entrypublic java.lang.Object setValue(java.lang.Object oValue)
setValue in interface java.util.Map.Entrypublic boolean equals(java.lang.Object o)
equals in interface java.util.Map.Entrypublic int hashCode()
hashCode in interface java.util.Map.Entrypublic java.lang.String getDescription()
getDescription in class SafeSortedMap.SkipNode
|
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 | |||||||