Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ onKeys
Method
onKeys
output/java_guava/1.4.19/Ordering.java:430–432 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
428
}
429
430
<T2 extends T> Ordering<Map.Entry<T2, ?>> onKeys() {
431
return
onResultOf(Maps.<T2>keyFunction());
432
}
433
434
/**
435
* Returns an ordering which first uses the ordering {@code this}, but which
Callers
3
build
Method · 0.45
build
Method · 0.45
fromEntries
Method · 0.45
Calls
2
onResultOf
Method · 0.95
keyFunction
Method · 0.95
Tested by
no test coverage detected