MCPcopy Index your code
hub / github.com/jankotek/mapdb / set

Method set

src/main/java/org/mapdb/Atomic.java:773–775  ·  view source on GitHub ↗

Unconditionally sets to the given value. @param newValue the new value

(E newValue)

Source from the content-addressed store, hash-verified

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

Callers 15

testGetSetMethod · 0.45
testGetAndIncrementMethod · 0.45
testIncrementAndGetMethod · 0.45
testToStringMethod · 0.45
testLongValueMethod · 0.45
testFloatValueMethod · 0.45
testDoubleValueMethod · 0.45
testGetSetMethod · 0.45
testToStringMethod · 0.45
putMethod · 0.45
testGetSetMethod · 0.45
testGetSetMethod · 0.45

Calls

no outgoing calls

Tested by 15

testGetSetMethod · 0.36
testGetAndIncrementMethod · 0.36
testIncrementAndGetMethod · 0.36
testToStringMethod · 0.36
testLongValueMethod · 0.36
testFloatValueMethod · 0.36
testDoubleValueMethod · 0.36
testGetSetMethod · 0.36
testToStringMethod · 0.36
putMethod · 0.36
testGetSetMethod · 0.36
testGetSetMethod · 0.36