Searched refs:mapToPut (Results 1 – 3 of 3) sorted by relevance
147 public void putAll(Map< ? extends String, ? extends List<V>> mapToPut) { in putAll() argument148 for (String k : mapToPut.keySet()) { in putAll()150 al.addAll(mapToPut.get(k)); in putAll()
1131 final Map<K, V> mapToPut = Collections.singletonMap(keyToPut, valueToPut); in testPutAllNewKey() local1134 map.putAll(mapToPut); in testPutAllNewKey()1141 map.putAll(mapToPut); in testPutAllNewKey()1160 final Map<K, V> mapToPut = Collections.singletonMap(keyToPut, valueToPut); in testPutAllExistingKey() local1163 map.putAll(mapToPut); in testPutAllExistingKey()1169 map.putAll(mapToPut); in testPutAllExistingKey()