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

Method getKeyStrength

output/java_guava/1.4.17/CacheBuilder.java:547–549  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

545 }
546
547 Strength getKeyStrength() {
548 return MoreObjects.firstNonNull(keyStrength, Strength.STRONG);
549 }
550
551 /**
552 * Specifies that each value (not key) stored in the cache should be wrapped in a

Callers 1

getKeyEquivalenceMethod · 0.95

Calls 1

firstNonNullMethod · 0.95

Tested by

no test coverage detected