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

Method rowMap

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

Returns a view that associates each row key with the corresponding map from column keys to values. Changes to the returned map will update this table. The returned map does not support put() or putAll(), or setValue() on its entries. In contrast, the maps returned by {@co

()

Source from the content-addressed store, hash-verified

245 * values
246 */
247 Map<R, Map<C, V>> rowMap();
248
249 /**
250 * Returns a view that associates each column key with the corresponding map

Callers 15

rowMapMethod · 0.65
rowMapMethod · 0.65
containsRowMethod · 0.65
rowKeySetMethod · 0.65
containsValueMethod · 0.65
containsMethod · 0.65
getMethod · 0.65
removeMethod · 0.65
containsMethod · 0.65
removeMethod · 0.65
toStringMethod · 0.65
rowMapMethod · 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