()
| 133 | } |
| 134 | |
| 135 | Equivalence<Object> getKeyEquivalence() { |
| 136 | return MoreObjects.firstNonNull(keyEquivalence, getKeyStrength().defaultEquivalence()); |
| 137 | } |
| 138 | |
| 139 | /** |
| 140 | * Sets the minimum total size for the internal hash tables. For example, if the initial capacity |
no test coverage detected