MCPcopy Create free account
hub / github.com/LFYSec/MScan / setValue

Method setValue

src/main/java/pascal/taie/util/collection/MapEntry.java:59–64  ·  view source on GitHub ↗
(V value)

Source from the content-addressed store, hash-verified

57 }
58
59 @Override
60 public V setValue(V value) {
61 V old = this.value;
62 this.value = value;
63 return old;
64 }
65
66 @Override
67 public boolean equals(Object obj) {

Callers 4

transferEdgeMethod · 0.45
visitMethod · 0.45
putMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected