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

Method usesKeyReferences

output/java_guava/1.4.13/LocalCache.java:358–360  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

356 }
357
358 boolean usesKeyReferences() {
359 return keyStrength != Strength.STRONG;
360 }
361
362 boolean usesValueReferences() {
363 return valueStrength != Strength.STRONG;

Callers 2

SegmentMethod · 0.45
refreshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected