Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ createKeySet
Method
createKeySet
output/java_guava/1.4.19/Maps.java:2819–2822 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2817
}
2818
2819
@Override
2820
Set<K> createKeySet() {
2821
return
Sets.filter(unfiltered.keySet(), keyPredicate);
2822
}
2823
2824
// The cast is called only when the key is in the unfiltered map, implying
2825
// that key is a K.
Callers
nothing calls this directly
Calls
2
filter
Method · 0.95
keySet
Method · 0.65
Tested by
no test coverage detected