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

Method getValueStrength

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

Source from the content-addressed store, hash-verified

261 }
262
263 Strength getValueStrength() {
264 return MoreObjects.firstNonNull(valueStrength, Strength.STRONG);
265 }
266
267 /**
268 * 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