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:3105–3108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3103
}
3104
3105
@Override
3106
public
boolean isEmpty() {
3107
return
!Iterables.any(unfiltered.entrySet(), entryPredicate);
3108
}
3109
3110
@Override
3111
@Nullable
Callers
nothing calls this directly
Calls
2
any
Method · 0.95
entrySet
Method · 0.65
Tested by
no test coverage detected