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

Method reverse

output/java_guava/1.4.18/Ordering.java:386–389  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

384 // Ordering<String> o = Ordering.<String>natural().reverse();
385
386 @GwtCompatible(serializable = true)
387 public <S extends T> Ordering<S> reverse() {
388 return new ReverseOrdering<S>(this);
389 }
390
391 /**
392 * Returns an ordering that treats {@code null} as less than all other values

Callers 1

greatestOfMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected