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

Method getKeyStrength

output/java_guava/1.4.19/MapMaker.java:228–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226 }
227
228 Strength getKeyStrength() {
229 return MoreObjects.firstNonNull(keyStrength, Strength.STRONG);
230 }
231
232 /**
233 * Specifies that each value (not key) stored in the map should be wrapped in a

Callers 3

getKeyEquivalenceMethod · 0.95
MapMakerInternalMapMethod · 0.45
LocalCacheMethod · 0.45

Calls 1

firstNonNullMethod · 0.95

Tested by

no test coverage detected