()
| 320 | } |
| 321 | |
| 322 | Equivalence<Object> getValueEquivalence() { |
| 323 | return MoreObjects.firstNonNull(valueEquivalence, getValueStrength().defaultEquivalence()); |
| 324 | } |
| 325 | |
| 326 | /** |
| 327 | * Sets the minimum total size for the internal hash tables. For example, if the initial capacity |
no test coverage detected