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

Method reverse

corpus/java/training/guava/collect/Ordering.java:379–382  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

377 // type parameter <S> lets us avoid the extra <String> in statements like:
378 // Ordering<String> o = Ordering.<String>natural().reverse();
379 @GwtCompatible(serializable = true)
380 public <S extends T> Ordering<S> reverse() {
381 return new ReverseOrdering<S>(this);
382 }
383
384 /**
385 * 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