Home
last modified time | relevance | path

Searched refs:mapToPut (Results 1 – 3 of 3) sorted by relevance

/external/nist-sip/java/gov/nist/core/
DMultiValueMapImpl.java147 public void putAll(Map< ? extends String, ? extends List<V>> mapToPut) { in putAll() argument
148 for (String k : mapToPut.keySet()) { in putAll()
150 al.addAll(mapToPut.get(k)); in putAll()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java1131 final Map<K, V> mapToPut = Collections.singletonMap(keyToPut, valueToPut); in testPutAllNewKey() local
1134 map.putAll(mapToPut); in testPutAllNewKey()
1141 map.putAll(mapToPut); in testPutAllNewKey()
1160 final Map<K, V> mapToPut = Collections.singletonMap(keyToPut, valueToPut); in testPutAllExistingKey() local
1163 map.putAll(mapToPut); in testPutAllExistingKey()
1169 map.putAll(mapToPut); in testPutAllExistingKey()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java1131 final Map<K, V> mapToPut = Collections.singletonMap(keyToPut, valueToPut); in testPutAllNewKey() local
1134 map.putAll(mapToPut); in testPutAllNewKey()
1141 map.putAll(mapToPut); in testPutAllNewKey()
1160 final Map<K, V> mapToPut = Collections.singletonMap(keyToPut, valueToPut); in testPutAllExistingKey() local
1163 map.putAll(mapToPut); in testPutAllExistingKey()
1169 map.putAll(mapToPut); in testPutAllExistingKey()