Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ onKeys
Method
onKeys
corpus/java/training/guava/collect/Ordering.java:420–422 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
418
}
419
420
<T2 extends T> Ordering<Map.Entry<T2, ?>> onKeys() {
421
return
onResultOf(Maps.<T2>keyFunction());
422
}
423
424
/**
425
* 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