Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ createKeySet
Method
createKeySet
output/java_guava/1.4.17/Maps.java:843–846 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
841
}
842
843
@Override
844
public
Set<K> createKeySet() {
845
return
removeOnlySet(backingSet());
846
}
847
848
@Override
849
Collection<V> createValues() {
Callers
nothing calls this directly
Calls
2
backingSet
Method · 0.95
removeOnlySet
Method · 0.45
Tested by
no test coverage detected