MCPcopy Create free account
hub / github.com/antlr/codebuff / reverse

Method reverse

corpus/java/training/guava/collect/Maps.java:3966–3968  ·  view source on GitHub ↗
(Comparator<T> forward)

Source from the content-addressed store, hash-verified

3964
3965 // If we inline this, we get a javac error.
3966 private static <T> Ordering<T> reverse(Comparator<T> forward) {
3967 return Ordering.from(forward).reverse();
3968 }
3969
3970 @Override
3971 public K firstKey() {

Callers 1

comparatorMethod · 0.95

Calls 1

fromMethod · 0.95

Tested by

no test coverage detected