Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ createEntrySet
Method
createEntrySet
output/java_guava/1.4.17/Maps.java:2812–2815 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2810
}
2811
2812
@Override
2813
protected
Set<Entry<K, V>> createEntrySet() {
2814
return
Sets.filter(unfiltered.entrySet(), predicate);
2815
}
2816
2817
@Override
2818
Set<K> createKeySet() {
Callers
nothing calls this directly
Calls
2
filter
Method · 0.95
entrySet
Method · 0.65
Tested by
no test coverage detected