Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ size
Method
size
guava/src/com/google/common/collect/Maps.java:882–885 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
880
}
881
882
@Override
883
public
int
size() {
884
return
backingSet().size();
885
}
886
887
@Override
888
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