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

Method remove

corpus/java/training/guava/collect/Table.java:165–165  ·  view source on GitHub ↗

Removes the mapping, if any, associated with the given keys. @param rowKey row key of mapping to be removed @param columnKey column key of mapping to be removed @return the value previously associated with the keys, or null if no such value existed

(@Nullable Object rowKey, @Nullable Object columnKey)

Source from the content-addressed store, hash-verified

163 * no such value existed
164 */
165 @CanIgnoreReturnValue
166 @Nullable
167 V remove(@Nullable Object rowKey, @Nullable Object columnKey);
168

Callers 15

removeMethod · 0.65
popIndentationMethod · 0.65
nextTokenMethod · 0.65
unloadMethod · 0.65
undefineTemplateMethod · 0.65
removeMethod · 0.65
popIndentationMethod · 0.65
nextTokenMethod · 0.65
unloadMethod · 0.65
undefineTemplateMethod · 0.65
removeMethod · 0.65
popIndentationMethod · 0.65

Implementers 5

ForwardingTableoutput/java_guava/1.4.17/ForwardingTab
ForwardingTableoutput/java_guava/1.4.19/ForwardingTab
ForwardingTableoutput/java_guava/1.4.16/ForwardingTab
ForwardingTableoutput/java_guava/1.4.18/ForwardingTab
ForwardingTablecorpus/java/training/guava/collect/For

Calls

no outgoing calls

Tested by

no test coverage detected