MCPcopy Create free account
hub / github.com/davidgiven/luje / putAll

Method putAll

lib/java/util/Map.java:211–211  ·  view source on GitHub ↗

Copies every mapping in the specified Map to this Map. @param map the Map to copy mappings from. @throws UnsupportedOperationException if adding to this Map is not supported. @throws ClassCastException if the class of a key or

(Map<? extends K,? extends V> map)

Source from the content-addressed store, hash-verified

209 * support {@code null} keys or values.
210 */
211 public void putAll(Map<? extends K,? extends V> map);
212
213 /**
214 * Removes a mapping with the specified key from this {@code Map}.

Callers 3

putAllMethod · 0.65
cloneMethod · 0.65
putAllMethod · 0.65

Implementers 5

AbstractMaplib/java/util/AbstractMap.java
Hashtablelib/java/util/Hashtable.java
SynchronizedMaplib/java/util/Collections.java
UnmodifiableMaplib/java/util/Collections.java
CheckedMaplib/java/util/Collections.java

Calls

no outgoing calls

Tested by

no test coverage detected