MCPcopy Create free account
hub / github.com/antlr/codebuff / putAll

Method putAll

corpus/java/training/guava/collect/BiMap.java:89–89  ·  view source on GitHub ↗

{@inheritDoc} Warning: the results of calling this method may vary depending on the iteration order of map. @throws IllegalArgumentException if an attempt to put any entry fails. Note that some map entries may have been added to the bimap before the exception was

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

Source from the content-addressed store, hash-verified

87 * bimap before the exception was thrown.
88 */
89 @Override
90 void putAll(Map<? extends K, ? extends V> map);
91
92 // Views

Callers 15

putAllMethod · 0.65
copyOfMethod · 0.65
buildMethod · 0.65
createMethod · 0.65
differenceMethod · 0.65
putAllMethod · 0.65
putAllMethod · 0.65
putAllMethod · 0.65
putAllMethod · 0.65
putAllMethod · 0.65
buildMethod · 0.65
TreeMultimapMethod · 0.65

Implementers 6

AbstractBiMapoutput/java_guava/1.4.17/AbstractBiMap
AbstractBiMapoutput/java_guava/1.4.13/AbstractBiMap
AbstractBiMapoutput/java_guava/1.4.19/AbstractBiMap
AbstractBiMapoutput/java_guava/1.4.16/AbstractBiMap
AbstractBiMapoutput/java_guava/1.4.18/AbstractBiMap
AbstractBiMapcorpus/java/training/guava/collect/Abs

Calls

no outgoing calls

Tested by

no test coverage detected