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