Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ isEmpty
Method
isEmpty
output/java_guava/1.4.19/Maps.java:3925–3928 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3923
}
3924
3925
@Override
3926
public
boolean isEmpty() {
3927
return
map().isEmpty();
3928
}
3929
3930
@Override
3931
public
boolean contains(@Nullable Object o) {
Callers
nothing calls this directly
Calls
2
map
Method · 0.95
isEmpty
Method · 0.65
Tested by
no test coverage detected