Searched refs:mapToPut (Results 1 – 2 of 2) sorted by relevance
146 public void putAll(Map< ? extends String, ? extends List<V>> mapToPut) { in putAll() argument147 for (String k : mapToPut.keySet()) { in putAll()149 al.addAll(mapToPut.get(k)); in putAll()
1163 final Map<K, V> mapToPut = Collections.singletonMap(keyToPut, valueToPut); in testPutAllNewKey() local1166 map.putAll(mapToPut); in testPutAllNewKey()1173 map.putAll(mapToPut); in testPutAllNewKey()1193 final Map<K, V> mapToPut = Collections.singletonMap(keyToPut, valueToPut); in testPutAllExistingKey() local1196 map.putAll(mapToPut); in testPutAllExistingKey()1202 map.putAll(mapToPut); in testPutAllExistingKey()