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

Method usesKeyReferences

output/java_guava/1.4.18/LocalCache.java:361–363  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

359 }
360
361 boolean usesKeyReferences() {
362 return keyStrength != Strength.STRONG;
363 }
364
365 boolean usesValueReferences() {
366 return valueStrength != Strength.STRONG;

Callers 3

SegmentMethod · 0.45
drainReferenceQueuesMethod · 0.45
clearReferenceQueuesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected