Uses a HashMap to map keys to value collections.
()
| 84 | |
| 85 | |
| 86 | public static MultimapBuilderWithKeys<Object> hashKeys() { |
| 87 | return hashKeys(DEFAULT_EXPECTED_KEYS); |
| 88 | } |
| 89 | |
| 90 | /** |
| 91 | * Uses a {@link HashMap} to map keys to value collections, initialized to expect the specified |
no test coverage detected