MCPcopy Create free account
hub / github.com/e2wugui/zeze / replace

Method replace

ZezeJava/ZezeJava/src/main/java/Zeze/Util/LongMap.java:44–44  ·  view source on GitHub ↗
(long key, V value)

Source from the content-addressed store, hash-verified

42 V putIfAbsent(long key, V value);
43
44 V replace(long key, V value);
45
46 boolean replace(long key, V oldValue, V newValue);
47

Callers 15

mainMethod · 0.65
mainMethod · 0.65
updateLoopMethod · 0.65
startBenchMethod · 0.65
testFullMethod · 0.65
RaftConfigMethod · 0.65
test1Method · 0.65
test1Method · 0.65
test1Method · 0.65
aFunction · 0.65
iFunction · 0.65

Calls

no outgoing calls

Tested by 12

mainMethod · 0.52
mainMethod · 0.52
updateLoopMethod · 0.52
startBenchMethod · 0.52
testFullMethod · 0.52
RaftConfigMethod · 0.52
test1Method · 0.52
test1Method · 0.52
test1Method · 0.52
startRaftMethod · 0.52
verifyChangesMethod · 0.52