public class MapEntry extends SimpleEntity<java.lang.String,java.lang.Object>
PROPERTY_KEY, PROPERTY_VALUENEW, REMOVE, REMOVE_YOU, SIMPLE, UPDATE| Constructor and Description |
|---|
MapEntry() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getSendableInstance(boolean prototyp)
Gets the sendable instance.
|
MapEntry |
withKeyItem(java.lang.Object key) |
MapEntry |
withValueItem(java.lang.Object value) |
add, equals, getKey, getKeyString, getNewList, getProperties, getValue, getValue, getValue, hashCode, setKey, setValue, setValue, size, toString, toString, with, with, withKey, withValuepublic java.lang.Object getSendableInstance(boolean prototyp)
SendableEntityCreatorgetSendableInstance in interface SendableEntityCreatorgetSendableInstance in class SimpleEntity<java.lang.String,java.lang.Object>prototyp - the prototyppublic MapEntry withKeyItem(java.lang.Object key)
withKeyItem in class SimpleEntity<java.lang.String,java.lang.Object>public MapEntry withValueItem(java.lang.Object value)
withValueItem in class SimpleEntity<java.lang.String,java.lang.Object>