Lines Matching full:reverse
108 <pre> <code>if (Ordering.from(comparator).reverse().isOrdered(list)) { ... }</code></pre>
508 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Ordering.html#reverse()">reverse</A></B>()</CODE>
511 Returns the reverse of this ordering; the <code>Ordering</code> equivalent to
818 <A NAME="reverse()"><!-- --></A><H3>
819 reverse</H3>
821 public <S extends <A HREF="../../../../com/google/common/collect/Ordering.html" title="type parameter in Ordering">T</A>> <A HREF="../../../../com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A><S> <B>reverse</B>()</PRE>
823 <DD>Returns the reverse of this ordering; the <code>Ordering</code> equivalent to
866 <p>Note that <code>ordering.lexicographical().reverse()</code> is not
867 equivalent to <code>ordering.reverse().lexicographical()</code> (consider how