Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ reverse
Method
reverse
output/java_guava/1.4.19/Maps.java:4036–4038 ·
view source on GitHub ↗
(Comparator<T> forward)
Source
from the content-addressed store, hash-verified
4034
// If we inline this, we get a javac error.
4035
4036
private
static
<T> Ordering<T> reverse(Comparator<T> forward) {
4037
return
Ordering.from(forward).reverse();
4038
}
4039
4040
@Override
4041
public
K firstKey() {
Callers
1
comparator
Method · 0.95
Calls
1
from
Method · 0.95
Tested by
no test coverage detected