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

Method getValueEquivalence

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

Source from the content-addressed store, hash-verified

320 }
321
322 Equivalence<Object> getValueEquivalence() {
323 return MoreObjects.firstNonNull(valueEquivalence, getValueStrength().defaultEquivalence());
324 }
325
326 /**
327 * Sets the minimum total size for the internal hash tables. For example, if the initial capacity

Callers 1

LocalCacheMethod · 0.45

Calls 3

firstNonNullMethod · 0.95
getValueStrengthMethod · 0.95
defaultEquivalenceMethod · 0.45

Tested by

no test coverage detected