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

Method columnMap

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

Returns a view that associates each column key with the corresponding map from row 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

260 * values
261 */
262 Map<C, Map<R, V>> columnMap();
263
264 /**
265 * Row key / column key / value triplet corresponding to a mapping in a table.

Callers 15

columnMapMethod · 0.65
containsColumnMethod · 0.65
columnKeySetMethod · 0.65
rowMapMethod · 0.65
columnMapMethod · 0.65
columnMapMethod · 0.65
columnMapMethod · 0.65
containsColumnMethod · 0.65
columnKeySetMethod · 0.65
rowMapMethod · 0.65
columnMapMethod · 0.65
columnMapMethod · 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