Class SimpleElement.AttributeMap.Entry

java.lang.Object
com.tangosol.util.Base
com.tangosol.util.SimpleMapEntry
com.tangosol.run.xml.SimpleElement.AttributeMap.Entry
All Implemented Interfaces:
InvocableMap.Entry, MapTrigger.Entry, QueryMap.Entry, Serializable, Cloneable, Map.Entry
Enclosing class:
SimpleElement.AttributeMap

public class SimpleElement.AttributeMap.Entry extends SimpleMapEntry
An implementation of Entry that supports keeping them in a list.
See Also:
  • Constructor Details

    • Entry

      protected Entry(Object oKey, Object oVal)
      Construct an Entry.
      Parameters:
      oKey - the key
      oVal - the value
  • Method Details

    • setValue

      public Object setValue(Object value)
      Description copied from class: SimpleMapEntry
      Replaces the value corresponding to this entry with the specified value (optional operation). (Writes through to the map.) The behavior of this call is undefined if the mapping has already been removed from the map (by the iterator's remove operation).
      Specified by:
      setValue in interface InvocableMap.Entry
      Specified by:
      setValue in interface Map.Entry
      Overrides:
      setValue in class SimpleMapEntry
      Parameters:
      value - new value to be stored in this entry
      Returns:
      old value corresponding to the entry
    • getNextEntry

      protected SimpleElement.AttributeMap.Entry getNextEntry()
      Get the next entry in the linked list
      Returns:
      the next entry in the linked list
    • setNextEntry

      protected void setNextEntry(SimpleElement.AttributeMap.Entry entry)
      Set the next entry in the linked list.
      Parameters:
      entry - the next entry in the linked list