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