()
| 99 | checkNonnegative(expectedKeys, "expectedKeys"); |
| 100 | return new MultimapBuilderWithKeys<Object>() { |
| 101 | @Override |
| 102 | <K, V> Map<K, Collection<V>> createMap() { |
| 103 | return Maps.newHashMapWithExpectedSize(expectedKeys); |
| 104 | } |
| 105 | }; |
| 106 | } |
| 107 |
no test coverage detected