Class SimpleEntry
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 entryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.linusdev.lutils.collections.Entry
count, get
-
Constructor Details
-
SimpleEntry
public SimpleEntry()
-
-
Method Details
-
setValue
-
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
-