|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tangosol.util.Base
com.tangosol.util.SimpleMapEntry
com.tangosol.run.xml.SimpleElement.AttributeMap.Entry
public class SimpleElement.AttributeMap.Entry
An implementation of Entry that supports keeping them in a list.
Field Summary |
---|
Fields inherited from class com.tangosol.util.SimpleMapEntry |
---|
m_oKey, m_oValue |
Constructor Summary | |
---|---|
protected |
SimpleElement.AttributeMap.Entry(Object oKey,
Object oVal)
Construct an Entry. |
Method Summary | |
---|---|
protected SimpleElement.AttributeMap.Entry |
getNextEntry()
Get the next entry in the linked list |
protected void |
setNextEntry(SimpleElement.AttributeMap.Entry entry)
Set the next entry in the linked list. |
Object |
setValue(Object value)
Replaces the value corresponding to this entry with the specified value (optional operation). |
Methods inherited from class com.tangosol.util.SimpleMapEntry |
---|
clone, equals, getKey, getValue, hashCode, toString |
Constructor Detail |
---|
protected SimpleElement.AttributeMap.Entry(Object oKey, Object oVal)
oKey
- the keyoVal
- the valueMethod Detail |
---|
public Object setValue(Object value)
SimpleMapEntry
setValue
in interface Map.Entry
setValue
in class SimpleMapEntry
value
- new value to be stored in this entry
protected SimpleElement.AttributeMap.Entry getNextEntry()
protected void setNextEntry(SimpleElement.AttributeMap.Entry entry)
entry
- the next entry in the linked list
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |