Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ size
Method
size
corpus/java/training/guava/collect/Maps.java:826–829 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
824
}
825
826
@Override
827
public
int
size() {
828
return
backingSet().size();
829
}
830
831
@Override
832
public
boolean containsKey(@Nullable Object key) {
Callers
nothing calls this directly
Calls
2
backingSet
Method · 0.95
size
Method · 0.65
Tested by
no test coverage detected