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

Method getKeyStrength

output/java_guava/1.4.19/CacheBuilder.java:550–552  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

548 }
549
550 Strength getKeyStrength() {
551 return MoreObjects.firstNonNull(keyStrength, Strength.STRONG);
552 }
553
554 /**
555 * 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