Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ columnMap
Method
columnMap
output/java_guava/1.4.19/ForwardingTable.java:65–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
@Override
66
public
Map<C, Map<R, V>> columnMap() {
67
return
delegate().columnMap();
68
}
69
70
@Override
71
public
boolean contains(Object rowKey, Object columnKey) {
Callers
nothing calls this directly
Calls
2
delegate
Method · 0.95
columnMap
Method · 0.65
Tested by
no test coverage detected