()
| 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} |
no test coverage detected