MCPcopy Index your code
hub / github.com/antlr/codebuff / putAll

Method putAll

output/java_guava/1.4.17/ForwardingTable.java:106–109  ·  view source on GitHub ↗
(Table<? extends R, ? extends C, ? extends V> table)

Source from the content-addressed store, hash-verified

104 }
105
106 @Override
107 public void putAll(Table<? extends R, ? extends C, ? extends V> table) {
108 delegate().putAll(table);
109 }
110
111 @CanIgnoreReturnValue
112 @Override

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
putAllMethod · 0.65

Tested by

no test coverage detected