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

Method getValueStrength

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

Source from the content-addressed store, hash-verified

263 }
264
265 Strength getValueStrength() {
266 return MoreObjects.firstNonNull(valueStrength, Strength.STRONG);
267 }
268
269 /**
270 * Builds a thread-safe map. This method does not alter the state of this {@code MapMaker}

Callers 2

MapMakerInternalMapMethod · 0.45
LocalCacheMethod · 0.45

Calls 1

firstNonNullMethod · 0.95

Tested by

no test coverage detected