| 
 | Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
   com.tangosol.util.Base
com.tangosol.util.Base
       com.tangosol.util.SimpleMapEntry
com.tangosol.util.SimpleMapEntry
           com.tangosol.run.xml.SimpleElement.AttributeMap.Entry
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_oOrigValue, m_oValue, NO_VALUE | 
| Constructor Summary | |
|---|---|
| protected | SimpleElement.AttributeMap.Entry(java.lang.Object oKey, java.lang.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. | 
|  java.lang.Object | setValue(java.lang.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, extract, getKey, getOriginalValue, getValue, hashCode, isOriginalPresent, isPresent, remove, setValue, toString, update | 
| Constructor Detail | 
|---|
protected SimpleElement.AttributeMap.Entry(java.lang.Object oKey,
                                           java.lang.Object oVal)
oKey - the keyoVal - the value| Method Detail | 
|---|
public java.lang.Object setValue(java.lang.Object value)
SimpleMapEntrysetValue in interface InvocableMap.EntrysetValue in interface java.util.Map.EntrysetValue in class SimpleMapEntryvalue - new value to be stored in this entryprotected SimpleElement.AttributeMap.Entry getNextEntry()
protected void setNextEntry(SimpleElement.AttributeMap.Entry entry)
entry - the next entry in the linked list| 
 | Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||