Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ comparator
Method
comparator
guava/src/com/google/common/collect/Maps.java:971–974 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
969
}
970
971
@Override
972
public
@Nullable Comparator<? super K> comparator() {
973
return
backingSet().comparator();
974
}
975
976
@Override
977
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