Unconditionally sets to the given value. @param newValue the new value
(E newValue)
| 771 | * @param newValue the new value |
| 772 | */ |
| 773 | public final void set(E newValue) { |
| 774 | store.update(recid, newValue, serializer); |
| 775 | } |
| 776 | |
| 777 | |
| 778 | /** |
no outgoing calls