Home | History | Annotate | Download | only in collect

Lines Matching full:reverse

561 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Iterables.html#reverse(java.util.List)">reverse
1250 <A NAME="reverse(java.util.List)"><!-- --></A><H3>
1251 reverse</H3>
1253 public static &lt;T&gt; <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;T&gt; <B>reverse</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;T&gt;&nbsp;list)</PRE>
1257 for (String str : Iterables.reverse(mylist)) {
1266 <DT><B>Returns:</B><DD>an iterable with the same elements as the list, in reverse</DL>