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

Method reverse

output/java_guava/1.4.18/Maps.java:4032–4034  ·  view source on GitHub ↗
(Comparator<T> forward)

Source from the content-addressed store, hash-verified

4030 // If we inline this, we get a javac error.
4031
4032 private static <T> Ordering<T> reverse(Comparator<T> forward) {
4033 return Ordering.from(forward).reverse();
4034 }
4035
4036 @Override
4037 public K firstKey() {

Callers 1

comparatorMethod · 0.95

Calls 1

fromMethod · 0.95

Tested by

no test coverage detected