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

Method get

output/java_guava/1.4.16/LocalCache.java:700–703  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

698
699 static final ValueReference<Object, Object> UNSET = new ValueReference<Object, Object>() {
700 @Override
701 public Object get() {
702 return null;
703 }
704
705 @Override
706 public int getWeight() {

Callers 4

getOrDefaultMethod · 0.95
getOrLoadMethod · 0.95
getAllPresentMethod · 0.95
getAllMethod · 0.95

Calls 4

hashMethod · 0.95
segmentForMethod · 0.95
getMethod · 0.65
checkNotNullMethod · 0.45

Tested by

no test coverage detected