Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ isEmpty
Method
isEmpty
output/java_guava/1.4.16/Maps.java:3103–3106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3101
}
3102
3103
@Override
3104
public
boolean isEmpty() {
3105
return
!Iterables.any(unfiltered.entrySet(), entryPredicate);
3106
}
3107
3108
@Override
3109
@Nullable
Callers
nothing calls this directly
Calls
2
any
Method · 0.95
entrySet
Method · 0.65
Tested by
no test coverage detected