Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ comparator
Method
comparator
output/java_guava/1.4.17/Maps.java:931–934 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
929
}
930
931
@Override
932
public
Comparator<? super K> comparator() {
933
return
backingSet().comparator();
934
}
935
936
@Override
937
public
Set<K> keySet() {
Callers
nothing calls this directly
Calls
2
backingSet
Method · 0.95
comparator
Method · 0.65
Tested by
no test coverage detected