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

Method getValueStrength

corpus/java/training/guava/collect/MapMaker.java:257–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255 }
256
257 Strength getValueStrength() {
258 return MoreObjects.firstNonNull(valueStrength, Strength.STRONG);
259 }
260
261 /**
262 * Builds a thread-safe map. This method does not alter the state of this {@code MapMaker}

Callers 1

MapMakerInternalMapMethod · 0.45

Calls 1

firstNonNullMethod · 0.95

Tested by

no test coverage detected