Class SimpleElement.AttributeMap.Entry

    • Constructor Detail

      • Entry

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

      • 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
      • 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