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

Method putAll

output/java_guava/1.4.16/TreeRangeMap.java:130–135  ·  view source on GitHub ↗
(RangeMap<K, V> rangeMap)

Source from the content-addressed store, hash-verified

128 }
129
130 @Override
131 public void putAll(RangeMap<K, V> rangeMap) {
132 for (Map.Entry<Range<K>, V> entry : rangeMap.asMapOfRanges().entrySet()) {
133 put(entry.getKey(), entry.getValue());
134 }
135 }
136
137 @Override
138 public void clear() {

Callers

nothing calls this directly

Calls 6

putMethod · 0.95
entrySetMethod · 0.65
asMapOfRangesMethod · 0.65
getKeyMethod · 0.65
getValueMethod · 0.65
isEmptyMethod · 0.65

Tested by

no test coverage detected