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