BaseItem, SendableEntityCreator, SendableEntityCreatorNoIndexpublic class SimpleMapEntry<K,V> extends SimpleEntity<K,V>
NEW, REMOVE, REMOVE_YOU, SIMPLE, UPDATEPROPERTY_KEY, PROPERTY_VALUE| Constructor | Description |
|---|---|
SimpleMapEntry() |
| Modifier and Type | Method | 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) |
comparingByKey, comparingByKey, comparingByValue, comparingByValuepublic 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>