Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ size
Method
size
output/java_guava/1.4.17/Maps.java:853–856 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
851
}
852
853
@Override
854
public
int
size() {
855
return
backingSet().size();
856
}
857
858
@Override
859
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