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

Method column

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

Returns a view of all mappings that have the given column key. For each row key / column key / value mapping in the table with that column key, the returned map associates the row key with the value. If no mappings in the table have the provided column key, an empty map is returned. Changes to t

(C columnKey)

Source from the content-addressed store, hash-verified

195 * @return the corresponding map from row keys to values
196 */
197 Map<R, V> column(C columnKey);
198
199 /**
200 * Returns a set of all row key / column key / value triplets. Changes to the

Callers 15

columnMethod · 0.65
getMethod · 0.65
applyMethod · 0.65
retainAllMethod · 0.65
removeAllMethod · 0.65
retainAllMethod · 0.65
rowMethod · 0.65
columnMethod · 0.65
columnMethod · 0.65
columnMethod · 0.65
getMethod · 0.65
applyMethod · 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