MCPcopy Create free account
hub / github.com/antlr/codebuff / set

Method set

output/java_guava/1.4.13/LocalCache.java:3557–3559  ·  view source on GitHub ↗
(@Nullable V newValue)

Source from the content-addressed store, hash-verified

3555
3556
3557 public boolean set(@Nullable V newValue) {
3558 return futureValue.set(newValue);
3559 }
3560
3561
3562 public boolean setException(Throwable t) {

Callers 2

notifyNewValueMethod · 0.95
loadFutureMethod · 0.95

Calls 1

setMethod · 0.65

Tested by

no test coverage detected