java.lang.Object
de.linusdev.data.parser.SimpleEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getValue()voidInternal
Used by someAbstractDataimplementations to assure sync between theEntryand theAbstractDatavoidoverwriteSetValue(BiConsumer<Entry<Object, Object>, Object> setter) Internal
Used by someAbstractDataimplementations to assure sync between theEntryand theAbstractDatavoidsets thevalueof this entry
-
Constructor Details
-
SimpleEntry
public SimpleEntry()
-
-
Method Details
-
setValue
Description copied from interface:Entrysets thevalueof this entry -
overwriteGetValue
Description copied from interface:EntryInternal
Used by someAbstractDataimplementations to assure sync between theEntryand theAbstractData- Specified by:
overwriteGetValuein interfaceEntry<Object,Object> - Parameters:
getter- the new getter
-
overwriteSetValue
Description copied from interface:EntryInternal
Used by someAbstractDataimplementations to assure sync between theEntryand theAbstractData- Specified by:
overwriteSetValuein interfaceEntry<Object,Object> - Parameters:
setter- the new setter
-
getKey
-
getValue
-