Home | History | Annotate | Download | only in collect

Lines Matching full:order

211           Returns an ordering which tries each given comparator in order until a
228           Returns an ordering that compares objects according to the order in
245           Returns an ordering that compares objects according to the order in
315 order".</TD>
442 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a serializable ordering that uses the natural order of the values.</TD>
597 <DD>Returns a serializable ordering that uses the natural order of the values.
628 <DT><B>Parameters:</B><DD><CODE>comparator</CODE> - the comparator that defines the order</DL>
657 <DD>Returns an ordering that compares objects according to the order in
675 to compare, in the order the comparator should induce
691 <DD>Returns an ordering that compares objects according to the order in
709 comparator will be able to compare, in the order the comparator should
727 whatsoever to the order imposed, but it is constant for the life of the VM.
774 <DD>Returns an ordering which tries each given comparator in order until a
782 <p><b>Warning:</b> Supplying an argument with undefined iteration order,
789 <DT><B>Parameters:</B><DD><CODE>comparators</CODE> - the comparators to try in order</DL>
862 order". If the end of one iterable is reached, but not the other, the
868 each would order <code>[1]</code> and <code>[1, 1]</code>).
945 maintain its own sort order.
952 <DT><B>Returns:</B><DD>a new list containing the given elements in sorted order</DL>