public class SimpleMapEntry<K,V> extends SimpleEntity<K,V>
PROPERTY_KEY, PROPERTY_VALUE| Constructor and Description |
|---|
SimpleMapEntry() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getSendableInstance(boolean prototyp)
Gets the sendable instance.
|
SimpleMapEntry<K,V> |
withKeyItem(java.lang.Object key) |
SimpleMapEntry<K,V> |
withValueItem(java.lang.Object value) |
equals, getKey, getKeyString, getNewList, getProperties, getValue, getValue, getValue, hashCode, setKey, setValue, setValue, toString, toString, with, with, with, withKey, withValuepublic java.lang.Object getSendableInstance(boolean prototyp)
SendableEntityCreatorgetSendableInstance in interface SendableEntityCreatorgetSendableInstance in class SimpleEntity<K,V>prototyp - the prototyppublic SimpleMapEntry<K,V> withKeyItem(java.lang.Object key)
withKeyItem in class SimpleEntity<K,V>public SimpleMapEntry<K,V> withValueItem(java.lang.Object value)
withValueItem in class SimpleEntity<K,V>