Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ setValue
Method
setValue
output/java_guava/1.4.17/Maps.java:2868–2872 ·
view source on GitHub ↗
(V newValue)
Source
from the content-addressed store, hash-verified
2866
}
2867
2868
@Override
2869
public
V setValue(V newValue) {
2870
checkArgument(apply(getKey(), newValue));
2871
return
super.setValue(newValue);
2872
}
2873
};
2874
}
2875
};
Callers
nothing calls this directly
Calls
3
apply
Method · 0.95
getKey
Method · 0.95
checkArgument
Method · 0.45
Tested by
no test coverage detected