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:4141–4144 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4139
}
4140
4141
@Override
4142
public
int
size() {
4143
return
map().size();
4144
}
4145
4146
@Override
4147
public
boolean isEmpty() {
Callers
nothing calls this directly
Calls
2
map
Method · 0.95
size
Method · 0.65
Tested by
no test coverage detected