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

Method row

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

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

(R rowKey)

Source from the content-addressed store, hash-verified

181 * @return the corresponding map from column keys to values
182 */
183 Map<C, V> row(R rowKey);
184
185 /**
186 * Returns a view of all mappings that have the given column key. For each row

Callers 15

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